The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.
Questions tagged [touchpad]
158 questions
0
votes
1 answer
Kivy - Disable touchpad touchscreen-like behavior
I need some help with programming a simple kivy app. I have the problem, that kivy 'matches' my laptops touchpad to the screen. i.e. I tap at the left center of the touchpad and kivy does not send a mouseclick at the current mouse position, but at…

lfnnx
- 61
- 1
- 6
0
votes
0 answers
Disable touchpad from acting as mouse while keeping HID_USAGE_DIGITIZER_TOUCH_PAD
I made a program to process raw touchpad data using HID_USAGE_DIGITIZER_TOUCH_PAD. It works but the problem is that I need to also disable the touchpad from acting as a mouse. All the methods I found also disable HID_USAGE_DIGITIZER_TOUCH_PAD.

Kuri0
- 1
0
votes
1 answer
I want LibGDX touchpad to move to new location if I tap on another place of the screen, but I want it to be in use immediately
I have a LibGDX program where I have added a touchpad when the program is being run in Android. The touchpad is working as desired.
I have set it so that if I touch an area of the screen that is not the touchpad or any UI buttons, it will move the…

Tux
- 57
- 1
- 4
0
votes
1 answer
In my simulation of the prototype of my android app the scroll view (linear layout) is not scrolling
In my android app I have a linear layout within a scroll view but when I open the app in the emulator I can't scroll the scroll view.
I don't know if this could be the solution but I'm not working with a mouse but only with my touchpad and when I…

SdahlSean
- 573
- 3
- 13
0
votes
0 answers
System.Windows.Input.TouchFrameEventHandler Does not work when Narrator is On
I have used this System.Windows.Input.TouchFrameEventHandler event its working fine.
public static event TouchFrameEventHandler FrameReported;
But once the Narrator is On (present Ctrl+ Windows+Enter button to start the Narrator) the Event…

Shivshanker Cheral
- 31
- 8
0
votes
1 answer
Create Hold + Tap behavior for d3 v5 using a touchpad
THE BACKGROUND
I am creating an experiment for university to compare different dragging techniques. For this, I am using d3 and I need to use different devices, one of them being a touchpad.
MY RESEARCH SO FAR
Now one technique requires double tap…

JoeBe
- 1,224
- 3
- 13
- 28
0
votes
0 answers
UWP TextBox write numbers in it when scrolled horizontally with touchpad
I have a TextBox in my app in which I tried to check horizontal scrolling with my touch pad, and when I double finger scroll right the textbox adds number 4 to its text per scroll towards right direction. And when I scroll left it writes 6 to…

Muhammad Touseef
- 4,357
- 4
- 31
- 75
0
votes
1 answer
Detecting touchpad movement vs regular mouse programmatically on Linux
I love the mod4 + mouse-drag combo for moving/resizing windows in Awesome WM, it's very intuitive with regular mouse. Now that I'm using Awesome WM on my laptop, however, I find this combo more annoying when using the touchpad vs regular mouse.
The…

Alexander Tsepkov
- 3,946
- 3
- 35
- 59
0
votes
1 answer
Linux - AlpsPS/2 ALPS GlidePoint touchpad treated as mouse on HP zBook Studio G4
I'm having issues with the 'AlpsPS/2 ALPS GlidePoint' (HP zBook Studio G4). It is working but is treated as a mouse device, effectively resulting in all the settings I make in 'Mouse and Touchpad' > 'Touchpad' being ignored. E.g. I can disable 'Tap…

rawbertp
- 13
- 6
0
votes
1 answer
How to restrict touchpad knob movement along horizontal axis only
I want my touchpad knob in LibGDX to be able to move right or left, but not up or down. Here is my code:
Drawable touchBackground = touchpadSkin.getDrawable("touchBackground");
touchKnob =…

Grinning Trout
- 109
- 2
- 13
0
votes
1 answer
Touchpad and trackpoint not working on Lenovo Thinkpad
I have a ThinkPad W510 since a few month i have installed Debian 9 on it.
At the beggining both touchpad and trackpoint worked fine. Sometimes not, but a reboot fixed the problem.
Since a few days, it stoped working. I use an external mouse that…

cdrom
- 591
- 2
- 16
0
votes
0 answers
No mousewheel events when using touchpad
I'm having troubles retrieving mousewheel events when my program is running on my laptop and when I'm scrolling using the touchpad.
I was initially using DirectInput to catch input events, but I've read here and there that DirectInput wasn't able to…

Crashy
- 1
- 2
0
votes
1 answer
Turn off (asus) touchpad PalmCheck/SmartSense without Synaptics control panel
Please help.
I've been struggling with this for ever, and I just don't understand why Microsoft and Synaptics would take the horrible idea of setting this feature as the default.
So, SmartSense / PalmCheck freezes your mouse for a few seconds any…

Rammy McSandwich
- 51
- 1
- 3
0
votes
2 answers
Corrupt behavior of a primitive C program on a MacBook Pro, Windows XP, VS 2008 Express Edition
I know this is hard to believe, but I am 100% serious about this.
When I compile the code below with Visual Studio 2008 Express Edition in Release mode on my MacBook Pro (Core 2 Duo P8600) with Windows XP Professional 32 bit SP3 running natively,…

Pedro
- 842
- 6
- 16
0
votes
0 answers
Android Controls on a Unity 5 game
Hey guys thanks in advance for helping me, I'm new to Unity and was doing a Captain Blaster tutorial. The only problem is I want to use the mobile platform instead of Windows. I've set the build setting to Android, and inserted Dual Touch controls.…

Jimmy Musser
- 63
- 2
- 8