Questions tagged [touchpad]

The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.

158 questions
3
votes
0 answers

Connecting a remote touchpad to an Android system

I am thinking of connecting a remote touchpad to an android system (via infrared, bluetooth ...), for example for tablets or phones. But I don't know if it is possible to edit Android system in order to do that, or if there are already systems using…
Riadh
  • 46
  • 1
  • 6
3
votes
0 answers

get raw touch data from Wacom touchpad

I have a Wacom Bamboo multitouch-pad and want to use it as an input device. It is connected to my pc. How can I get the raw touch data? For instance, if I'm touching at position {x,y} on touchpad, my application should get this point and send this…
Lucas
  • 55
  • 1
  • 2
  • 8
3
votes
2 answers

How to take a picture using command line on webOS on HP touchpad?

on webos, I have openssh running and would like to take a picture using the command line script. I suspect this is going to include some luna-send command, or alternatively a gst-launch But I am not having any luck with the docs. webos doesn't have…
Tom
  • 3,324
  • 1
  • 31
  • 42
3
votes
0 answers

Injecting Touchpad input on Windows

Background I'm working on a program that shares input devices over a network to pass them into virtual machines. Currently, it works for Linux hosts and Linux guests. It uses the evdev interface, which is native to Linux, to read and write input…
Surferlul
  • 31
  • 4
3
votes
1 answer

Hp Touchpad Browser ASP.NET thinks that cookies disabled

Just bought a cheap defunct hp touchpad. I notice that when I browse to my asp.net web app the url returns session id. The touchpad has cookies enabled and my web.config contains no mention of 'cookieless' which I would have thought would default…
crackles
  • 181
  • 1
  • 10
3
votes
1 answer

Command Line App Creation for HP Touchpad

I have recently started venturing into some HP webOS development and I am wondering if anyone knows if there is a code-generation command similar to the webOS Mojo palm-generate tool.
James West
  • 771
  • 1
  • 14
  • 26
3
votes
1 answer

How to Get Mouse Scroll from Touchpad?

Input.mouseScrollDelta only changes for a physical mouse scroll wheel. It is not changing for a touch-pad two-finger scroll gesture (though the scroll icon does appear and otherwise works in other programs). Input.GetAxis("Mouse ScrollWheel") has…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
3
votes
0 answers

Can touch api be used to create custom touchpad events for windows 10?

Have been looking to try and create some custom events for the windows precision driver touchpad on windows 10, have seen many old forums saying that it isn't possible, however I have read that touch api includes the touchpad, is that true? If not…
Josh
  • 31
  • 3
3
votes
4 answers

Android bluetooth touchpad emulation

I was thinking about the possibility to use my Android device as a touchpad with usual computers (without the need of special software on the computer's side). Do you think it's possible to identify the android phone as a bluetooth mouse against a…
user696720
  • 53
  • 1
  • 6
3
votes
1 answer

How can I access the precision touchpad pointer events releeased in edgeHTML 17

I'm developing a game in canvas that interprets "wheel" events as a command to zoom in/out on the scene. I was playtesting in Edge on my laptop when I realized that Edge was not firing "wheel" events while 2-finger scrolling on my precision…
3
votes
0 answers

XFCE: automatically enable/disable touchpad depending on mouse presence

I'm using the latest XFCE4 under Linux. My laptop has a touchpad, but I only want it to be enabled if the USB mouse is not connected. I know how to manually control this, but I'd like to find a way for the touchpad to auto-disable when a USB mouse…
HippoMan
  • 2,119
  • 2
  • 25
  • 48
3
votes
2 answers

X and Y coordinate from Precision touchpad with raw input

Background I am trying to get the touch coordinates from precision touchpads with C++ in Win10 with the program running in background. Research Rawinput can get data in background. I can get the data with these usage id and pages from microsoft…
Benny10033
  • 31
  • 3
3
votes
0 answers

python tkinter: detecting horizontal scrolling on touchpad

i have a (large) python tkinter canvas. Navigation with arrow keys and (shift-)mousewheel is straight forward. But I would like to do it aswell via two fingers on the tochpad of a laptop. Today I found this to recognize horizontal scrolling (Ubuntu…
wilbot
  • 31
  • 2
3
votes
0 answers

Detect coordinates of touchpad

I want to develop something like Synaptics touchpad gesture application. The Synaptics settings show x and y coordinates. Is there any software I can use? Like this code: $x_start = 300 $y_start = 300 While 1 If $ontouch == True Then …
shunz19
  • 495
  • 4
  • 13
3
votes
1 answer

Libgdx touch and drag anywhere onscreen to move sprite

Currently I am using the scene2d touchpad to move a sprite on screen. What I want to be able to do is to use all of the screen as a touchpad to move the sprite but have no idea where to start. If the screen is just touched the sprite should not…
Steve Fitzsimons
  • 3,754
  • 7
  • 27
  • 66
1
2
3
10 11