Top "Touchscreen" questions

A touchscreen is an electronic visual display that can detect the presence and location of a touch within the display area.

Simulating mouse input programmatically in OS X

Is it possible to simulate the actions of a mouse from a program in OS X? Specifically, the short version …

macos input mouse touchscreen
How to get Coordinates of Touchscreen Rawdata using Linux

We have a 3m microtouch display. It's connected to my Debian system via USB and recognized as human interface (hid). …

linux linux-kernel driver touchscreen raw-input
Longpress / longclick event support / plugin in jQuery

I'm working on a website which requires mouseover menu's. I would not recommend mouseover menu's from an accessibility point of …

javascript jquery onclick touchscreen
How to determine if an Android device has a touchscreen?

I'm spending considerable time in making my UI to work with keyboard input only. But in the end I'm not …

android feature-detection touchscreen
Show & hiding the Windows 8 on screen keyboard from WPF

I'm writing a WPF application for a Windows 8 tablet. It's full windows 8 and not ARM/RT. When the user enters …

wpf windows-8 touchscreen on-screen-keyboard
Algorithm to implement kinetic scrolling

What are some good algorithms for creating a kinetic scrolling implementation? The feature would be tested on a custom UI …

algorithm language-agnostic mobile scroll touchscreen
Android - How do I get raw touch screen information?

I'm working on a painting application for Android and I'd like to use raw data from the device's touch screen …

android touchscreen multi-touch
USB touchscreen on Android 4.0.3 -> not possible to select (only moving the pointer)

Good morning guys. I bought a LCD embedded display with a resistive touch screen integrated. The TS is interfaceable via …

usb touchscreen hid lcd
How to implement a Java Swing application to Touch Screen

We have built a Point of Sale system and now we require to implement it to Touch screens? Do we …

java swing touchscreen on-screen-keyboard
Is it possible to simulate a click on the screen in Android?

Is it possible to simulate a "click" (touch screen) by coordinates or on a view element?

android click touchscreen