The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.
Questions tagged [touchpad]
158 questions
1
vote
1 answer
Libgdx - How can I split the screen for different input processors in each part
I have used "CameraInputController" and "Touchpad" which is contained in a stage to move my camera, and move my character, respectively.
However, I have encountered a problem. I use InputMultiplexer like this to set both processors.
…

Fish
- 1,689
- 1
- 18
- 28
1
vote
1 answer
Chrome tapping on touchpad fires mouseleave
Recently, my website began to work quite weirdly in Chrome. I found that in Chrome, tapping a touchpad now (since a recent update?) fires two events - click and mouseleave.
HOVER, TAP or…

joox
- 243
- 5
- 13
1
vote
1 answer
Libgdx: How do you separate the controls from the movable object?
I'm very new to Libgdx. I have looked through many helpful tutorials, but nothing has implemented the following structure.
I've implemented a movable object that is an extension of InputAdapter, and overrides keyDown/Up to update its(object)…

coffeenet
- 553
- 1
- 7
- 17
1
vote
1 answer
Is there a touchpad event handler in Java?
Is there any event listener for touchpad in java? I am designing an application which counts the number of taps entered by the user using a laptop's touchpad.

Abhishek Anand
- 247
- 2
- 10
1
vote
1 answer
How to enter info from notebook touch pad with Java
I wonder if there is any sample Java program that shows how to get info from notebook touch pads, for instance if I want to develop a Java app that can get users' handwriting from the touch pad. It's like drawing with a mouse into a canvas, except I…

Frank
- 30,590
- 58
- 161
- 244
1
vote
2 answers
Programmatically enable multitouch support?
I am running windows7 on my laptop, and all is well, but I am jealous of the multitouch on macs. I don't really know how all of this "works", but i'm imagining that it couldn't be that hard to write a program to patch into windows that allows…

Nona Urbiz
- 4,873
- 16
- 57
- 84
1
vote
0 answers
Receive data of multitouch events from laptop's touchpad
I'm working on writing a program that controls Android device (via USB cable and the Android-SDK toolset).
The program is written in Java, and is addressed for Windows platforms.
The idea is that I get a screenshot of the device's screen every few…

Elist
- 5,313
- 3
- 35
- 73
1
vote
1 answer
synclient doesn't work from udev rules
This script is used to detect inserting a mouse, and disable / enable the touchpad.
this is the udev rule that triggers the script:
ENV{DEVTYPE}=="usb_device", ACTION=="add",…

Berry Tsakala
- 15,313
- 12
- 57
- 80
1
vote
0 answers
jQuery draggable with handler outside the drag el (which moves)
I am using the draggable UI jquery plugin to simulate movement in a map or a "touchcreen" or whatever. In fact I have what I want did with mootools in this link: http://bloodblog.net/test/cabocity/main.html (Chrome, chrommium and ¿old? firefox…

José Cabo
- 6,149
- 3
- 28
- 39
1
vote
0 answers
Enabling Smart Touch remote as mouse/touch pad input
In the web browser that comes with the Samsung ES8000, mouse/touch pad support is possible through the Smart Touch remote.
I'm developing a Flash-based app and need to support mouse input. The TV allows for external mouse input, which I can get…

Oliver Moran
- 5,137
- 4
- 31
- 45
1
vote
1 answer
Reconfigure Mouse Device
I have a Logitech Wireless Touchpad I hope to use in a project. I am interested in using either of this device to drive a microscope stage. Ideally, I would have the touchpad hooked up with the computer, and its sole purpose would be to drive the…

Andrew Donelick
- 173
- 1
- 2
- 10
1
vote
0 answers
Simulate d-pad center key to touchpad for android phones
how do you simulate a "d-pad center key" with a touchpad? I'm using Samsung Galaxy Y / GTS5360

Ruselo Riva
- 17
- 2
0
votes
1 answer
Detect Touchpad event in C++ Builder
I am writing an API in C++ Builder that collects information for events on the touchpad of a windows laptop.
This is how I was doing it.
I was creating a window
when the touch pad is touched, I simply paint that information on that window in…

Junaid Rehmat
- 305
- 2
- 15
0
votes
1 answer
Writing API to use some functions of Windows Device Driver
I would request you to please help me out and guide me to the right track.
I am supposed to right an API using the already available functions in the windows Touchpad driver, like I want to have the x and y coordinate every time the touch is made, I…

Junaid Rehmat
- 305
- 2
- 15
0
votes
0 answers
touchpad double tap keeps moving very slightly (2mm) up and down while keeping my fingers on without moving them at all
touchpad double tap keeps very slightly (2mm) up and down while keeping my fingers on without moving them at all! Like when you scroll using both your fingers the page scrolls up or down as usual, BUT when you stop moving your fingers the page keeps…

user9519184
- 1
- 1