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
WPF handle Pinch Zoom on Touchpad
I have a WPF TextBlock. I am controlling the font size by using ManipulationDelta, to simulate zooming in/out. It's currently in a very crude way, but it works.
This works for a touchscreen, but I want the same behaviour to work on my laptop…

simonalexander2005
- 4,338
- 4
- 48
- 92
1
vote
1 answer
How to get touch pad up, down, left and right touches from Samsung gear vr?
I am trying to get touches on left , right , up and down touches of Samsung Gear vr touch pad (which is given at right side of Gear vr)
if (Input.GetMouseButtonDown(button))
{
displayText.text = "Track pad touch down";
}
else…

Kolluru Nagalakshmi
- 85
- 6
1
vote
0 answers
VRTK/Unity3D/Vive VR, Touchpad Control, Move with Touchpad press, Input sometimes not received, why?
I am trying to use the Touchpad Control of the VRTK Asset for Unity VR.
With Touchpad Touch it seems to work fairly fine, but for a more direkt input, we would like the player to actually press down on the TouchPad and hold to walk in a certain…

JaneAzel
- 11
- 1
1
vote
3 answers
CSS:hover for touchscreen reverse engineering
I've found this site which has a sub-menu that works fine on my iPhone/Pad and I’m curious how they made the li:hover ul{ work for a touch screen?
I've looked through the entire HTML, CSS, JS and nothing stands out so if someone cluey can have a…

Bert
- 11
- 1
- 3
1
vote
0 answers
kernel issues, trying to solve touchpad issue
recently purchased an Asus Rog GL503. I directly installed ubuntu on it and i first noticed that the touchpad wasn't working properly. I tried with mtrack but didn't work fine. I saw a chance upgrading the kernel from 4.15.0-33-generic to…

Giovanni Margoni
- 11
- 1
1
vote
1 answer
How to set xinput DualPoint stick speed in Xubuntu 18.04
I need to optimize the speed of my point stick since I installed Xubuntu 18.04.
When I run xinput list-props 15, here is what I get:
Device 'AlpsPS/2 ALPS DualPoint Stick':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000,…

Nenad Savić
- 31
- 2
1
vote
1 answer
Lenovo Ideapad 320 touchpad drag and drop does not work on Linux Mint
On my Lenovo Ideapad 320 touchpad drag and drop does not work. Touch click and scroll with fingers works.
Please help me troubleshoot
This is my configuration (please let me know if anything more is required )
Thankyou:-)
$ cat…

Siju George
- 209
- 1
- 2
- 6
1
vote
0 answers
JScrollPane does not scroll with laptop's touchpad
I have a program that shows text with JTextArea in a JScrollPane. It works fine with normal mouse, but not with my laptop's touchpad (The touchpad works correctly with other pages).
Is there any difference between the touchpad scrolling and the…

Saphyra
- 450
- 3
- 15
1
vote
1 answer
Problems with Gear VR touchpad moving the camera
I can't get my Gear VR touchpad to work - I'm just trying to move the camera position on touch. I've tried both pieces of code below:
public Camera cam;
void Update()
{
if (Input.GetMouseButton (0))
{
cam.transform.position = new…

yya
- 13
- 2
1
vote
0 answers
Detecting Surface touchpad gestures in Delphi
When using Chrome on my Surface Pro, I can zoom web pages in and out by using the zoom gesture on my touchscreen or on the touchpad.
I'm looking into adding similar zoom functionality to my Delphi application. I figured out how to respond to…

Josh Kelley
- 56,064
- 19
- 146
- 246
1
vote
2 answers
Overriding trackpad click
I have a ListActivity; and for each item in the ListView there is a checkbox.
When you touch a list item, another Activity launches.
When you use the trackpad/trackball to highlight (read: select) an item and click the trackpad, it essentially…

Andrew
- 20,756
- 32
- 99
- 177
1
vote
0 answers
Trying to get horizontal touchpad scrolling working in Sly library on a Mac
I am trying to get the Sly library to scroll the FRAME div just from the trackpad of a Macbook Pro. To be clear, I am specifically looking for scrolling the items in my frame (inside the .slidee element) using the two finger gesture -- I am not…

Jake
- 15,007
- 22
- 70
- 86
1
vote
0 answers
faulty touch screen/android touchpad for same device
I have an android phone with a small rectangle area of the touch screen not working(red rectangle in the image).
faulty touch image
see video
The question is: Is there a way to tap on the faulty area using the other working area as 80%+ of touch is…

Muhammad Saad
- 11
- 3
1
vote
0 answers
The position of finger on multitouch trackpad Macbook with JAVA
I need to detect the position of 4 finger on trackpad (macbook)
with multi-touch system
just like output following
point1 : x 20, y 30
point2 : x 30, y 40
point3 : x 40, y 50
point4 : x 50, y 60
i search on google already and i get these…

Puchong
- 93
- 2
- 6
1
vote
1 answer
Google Glass gestureDetector and setBaseListener
I want to implement the gesturedetector to set baselistener for my Google Glass. Android studio gave me an error saying the symbol touchpad cannot be found. I have already imported the relevant libraries.
setBaseListener continues to give an…

Bonsai
- 13
- 5