Tagged Questions
A touchscreen is an electronic visual display that can detect the presence and location of a touch within the display area. (Wikipedia)
3
votes
3answers
1k views
Adobe AIR: touch screen doesn't trigger mouse down event correctly
i have designed a gaming kiosk app in as3
i am using it on a Sony vaio l pc (like hp's touchsmarts) in windows 7
the app doesn't need any multi-touch gestures (only single touch clicks and drags) so i ...
3
votes
4answers
2k views
Are there any decent UI components for touch screen web applications?
For various reasons a web application would be best suite a project that I am working on but I am worried about the user interface. There will be a lot of pick and choose options that could be ...
2
votes
3answers
6k views
On-screen keyboard for Windows apps (C++/C#) with touch-screen capability
Going to make an applications wich will be used on a device without a physical keyboard
Looking for best practices for touch-screen applications.
Which commercial/free on-screen keyboard or on-screen ...
0
votes
3answers
82 views
Android: how to allow the navigation in a ListView on non-touchscreen devices?
I would like to get rid of the Android Market filter android.hardware.touchscreen in order to allow the download of my app on non-touchscreen devices (device with keyboard navigatio only).
There are ...
0
votes
1answer
173 views
Touch Screen on Android
Does anyone know where the touch screen sensing is implemented in the Android 2.x.x kernel is? If it is implemented in the official Linux kernel, that's fine too. I just need to know where I can see ...
0
votes
0answers
255 views
using mouse in hover mode with touch screen
I have a touch screen input that doesn't support using the cursor in hover mode.
When I touch the display, it sends a MouseDown event to Windows I believe, only then it begins registering movement.
...