The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.
Questions tagged [touchpad]
158 questions
38
votes
9 answers
Detect touchpad vs mouse in Javascript
Is there any way to detect if the client is using a touchpad vs. a mouse with Javascript?
Or at least to get some reasonable estimate of the number of users that use touchpads as opposed to mice?

Fragsworth
- 33,919
- 27
- 84
- 97
16
votes
4 answers
Is it possible to programmatically generate Touchpad gesture event?
I'm working on OS X project and i want to programmatically generate Touchpad gesture event like NSEventTypeSwipe or NSEventTypeRotate
So I can rotate/zoom etc on other applications.
I found out how to generate mouse/keyboard events but not…

Gil
- 371
- 4
- 15
13
votes
4 answers
HP TouchPad USB driving on Android
Can I do app development on HP TouchPad running CyanogenMod 9?
I have an HP TouchPad with CyanogenMod 9 installed and am trying to build to the device from Eclipse. The IDE does not appear to recognize the device at all though. Is the problem with…

DooManfess
- 303
- 1
- 4
- 10
11
votes
1 answer
Synaptics SDK can't find device
I'm attempting to grab a device handle on the Synaptics Touchpad using the Synaptics SDK, specifically using methods in the SYNCTRLLib.
However, the SYNCTRL method failed to find it, returning -1.
Syn.cs:
using System;
using…

jerryh91
- 1,777
- 10
- 46
- 77
8
votes
2 answers
Get finger position on touchpad
Is there any way to get the location that touch pad is touched?
also I need capture module that is able to return such 2D points array map that reports states of touchpad points (state means: is point touched/not touched) by request. No matter on…

Afnan Bashir
- 7,319
- 20
- 76
- 138
8
votes
1 answer
Windows 10: touchpad gesture with custom action (using config file programming)
I have looked over the Internet for a way to change the actions of the different gesture on my touchpad on Windows 10 and did not find anything except the software made by the provider of the touchpad, which only allows me to reverse scrolling and…

El Pingu
- 81
- 3
7
votes
2 answers
What is keyboard hook?
I was reading the Doc of Autohotkey and then I was not able to understand the meaning of the phrase 'keyboard hook' or 'mouse hook'.
this is the text:
"The $ prefix has no effect for mouse hotkeys, since they always use the mouse hook. It also has…

Muaath Alhaddad
- 341
- 2
- 14
6
votes
3 answers
Two-fingered scroll js on touchpad
We have developed a site whcih has a horizontal orientation and are wanting to implement touchpad control with two fingers move left/right.
When you move two fingers left/right on touchpad, the site page is being scrolled left/right. Now we have…

Tatiana Starol
- 121
- 1
- 2
- 5
6
votes
0 answers
How to enable scrolling with a touchpad (IntelliJ)?
I just downloaded the latest release of IntelliJ and recognized that I can't scroll in the code while using the touchpad of my notebook. I tried to add a mouse binding to the scroll actions but it doesn't work.
My touchpad works fine with all other…

Melkor
- 243
- 2
- 14
5
votes
1 answer
Parsing /dev/input/mouse0 for Multi-Touch
I need to enable gesture detection (in userspace) from a multi-touch synaptics touch pad on linux. Reading from the mouse device file (/dev/input/mouse0) for the touchpad, I've figured out that it's the PS/2 protocol.
In short, thats 1 bit for:
XY…

mamidon
- 895
- 1
- 10
- 25
5
votes
0 answers
Scrolling Horizontally on Windows 10 Laptop Touchpad stopped working after update to Eclipse Neon
I am running Eclipse Neon on Windows 10 and I'm pretty sure I was always able to scroll up, down, left, and right using my laptop's touchpad with two fingers. After updating to Eclipse Neon, I can't scroll horizontally with my touchpad and have to…

akarshkumar0101
- 367
- 2
- 10
5
votes
2 answers
Mousewheel scroll event fire only once per scroll-session
I am trying to mimic the functionality of the following website: www.verbaasd.net. Each scrolling "session" will only trigger one action.
Each time a user scrolls down an action will happen depending on the status of variabel count. I only want this…

elw
- 147
- 2
- 13
5
votes
4 answers
unable to scroll smoothly in eclipse-luna(ubuntu-12.04)
I have eclipse luna in my system.Scrolling function using touchpad is not working smoothly in the editor-view alone(it works properly in other views i.e project explorer,outline etc..).I am using ubuntu-12.04.
Thanks in advance.

user1994
- 53
- 5
5
votes
2 answers
How to write software for my touchpad?
I have some ideas for improvements on my touchpad, ranging from the run of the mill scroll horizontally at the bottom, tapzones for right click, to more complicated ones. But I have no idea where to get started? I'm working on Windows 7 Home…

Nona Urbiz
- 4,873
- 16
- 57
- 84
4
votes
0 answers
Stop touchpad/trackpad 3 finger gestures in windows application
Is there a way we can stop laptop touchpad/trackpad 3 finger gestures in WinForms application? Basically, I want to stop/lock user from using touchpad 3 or 4 finger gestures to open new desktop while using a windows application in full screen…

Mitesh Gosar
- 41
- 2