Questions tagged [touchpad]

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

158 questions
26
votes
8 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
  • 28,413
  • 24
  • 76
  • 96
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
  • 361
  • 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,669
  • 9
  • 41
  • 74
7
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,139
  • 17
  • 68
  • 136
7
votes
0 answers

Windows 10 touchpad gestures 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…
5
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
  • 111
  • 1
  • 5
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
  • 875
  • 1
  • 10
  • 23
5
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
  • 193
  • 1
  • 11
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
  • 337
  • 1
  • 9
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
  • 127
  • 2
  • 11
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,625
  • 16
  • 52
  • 83
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
  • 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
  • 7
1
2 3
10 11