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
2 answers

Delphi - (x,y) position of finger on laptop touchpad

I'm trying to get the position of finger on laptop touchpad in Delphi. Not the position of cursor on screen. So I can use it for drawing purposes. Is this possible? How can I do this? Is there any Windows API or any component for this? Thanks for…
Sky
  • 4,244
  • 7
  • 54
  • 83
3
votes
0 answers

Monogame Virtual Gamepad Android

I'm having trouble getting an Android MonoGame project to use the virtual gamepad correctly. I set up my virtual gamepad according to this example for iOS The gamepad draws correctly but refuses to respond to touch input. I've found similar problems…
Will Decker
  • 3,216
  • 20
  • 30
3
votes
1 answer

Touchpad's absolute touch coordinates

Is it possible to read input directly from a Alps touchpad? I am trying to turn my touchpad into a cheap drawing tablet so I need to read the raw unprocessed x and y coordinates of where it was touched relative to the physical touchpad. So if I…
Franklin Ta
2
votes
0 answers

Android - Soft touch pad hides ListView items

I have a ListView wich contains EditText views. When touching these EditText views, the soft key pad comes up (as desired). When using android:windowSoftInputMode="adjustPan" the touch pad hides the bottom part of the ListView and thus possibly the…
Netzoss
  • 45
  • 4
2
votes
0 answers

Python (3.10) TKinter: horizontal scrolling on touchpad (laptop)

Using Python 3.10 and TKinter Library I had an issue with touchpad horizontal scrolling being received as vertical scrolling, searched online a fix, I did find a potential fix using StackOverflow here. However, for windows, or maybe just my laptop…
2
votes
0 answers

in webos 3.0.2 where is the documentation for each "capability"?

I am interested in ultimately creating a connector for a cloud storage service similar to the dropbox account connector, so I am working towards understanding the whole "capability" structure, particularly the DOCUMENT capability type. I see the…
Tom
  • 3,324
  • 1
  • 31
  • 42
2
votes
1 answer

Where can I find flash player installer for the HP Touchpad emulator?

I tried using the Software manager, but it never leaves the loading screen on the emulator. I can't find an ipk package file either to install via the palm-install command.
P4ndaman
  • 361
  • 2
  • 7
  • 21
2
votes
0 answers

Detect Absolute position on Elan Touchpad

I would like to know how exactly to detect absolution position of touches on an Elan Touchpad. The Elan settings app does show a window called smart area that is capable of achieving this. But i'd like to know the possibility of said detection,…
2
votes
0 answers

WinForms Touchpad Scrolling

I'm working on a winforms application meant for touchpads and would like the user to be able to scroll through the contents by swiping their finger across the screen. I see that windows (at least windows 7) has this behavior built in for any…
mpastore
  • 21
  • 1
2
votes
2 answers

Prevent horizontal touch pad scrolling on macbooks using Firefox?

does anybody know how to stop track pads from scrolling horizontally? My website has a deliberate overflow which you navigate using some javascript scrollbars. http://www.mitchellop.com However, if viewed on a mac using firefox the twofinger touch…
user736481
  • 21
  • 2
2
votes
1 answer

How do I configure libinput devices from C code?

On wayland there is no configuration file for libinput. This is not usually a problem because desktop environments (such as Gnome) often offer a way to configure the devices. However, there is no way to enable middle click emulation for a clickpad…
Androprise
  • 128
  • 10
2
votes
2 answers

How to Fix Right Click Touchpad Not Working on Ubuntu 18.0

This means that clicking in the bottom right area of your touchpad won’t work in Ubuntu 18.04 by default if you have any solution please share, thanks
Rizwan
  • 3,741
  • 2
  • 25
  • 22
2
votes
2 answers

Programmatically toggling off the Windows Virtual Touchpad / Trackpad

I was trying to figure out how to programmatically via C++/# or Windows scripts launch the new Virtual Touchpad that comes with Windows 10, which is supposed to be a Universal Windows Platform app. After some registry-hacking, I figured out I could…
kayleeFrye_onDeck
  • 6,648
  • 5
  • 69
  • 80
2
votes
6 answers

How to detect the input device if mouse and touchpad are both enabled

I already have a WH_MOUSE_LL hook in my application, but need a different behavior for Mouse and Touchpad. I know about Raw Input API, but have no idea how to use it with hooks :( Any suggestions?
KARPOLAN
  • 2,507
  • 1
  • 19
  • 10
2
votes
0 answers

Is there C# WinForms API for Precision Touchpad scrolling gesture?

I am using a WinForms control named TreeViewAdv. My laptop has a Microsoft Precision Touchpad. Two-finger scrolling works rather well (but not as good as that of Macbook) with modern applications such as Microsoft Edge. But it does not work well…
Damn Vegetables
  • 11,484
  • 13
  • 80
  • 135
1 2
3
10 11