Top "Touch" questions

Touch-based interfaces have unique considerations that do not apply to other modes of input, and vice versa.

How to detect touch on a game object

I'm developing a game on Unity for iOS devices. I've implemented the following code for touch: void Update () { ApplyForce (); } void …

ios touch unity3d unityscript
CarouFredSel Plugin using TouchSwipe with links not working

I'm using the awesome CarouFredSel JQuery carousel plugin which includes features for integrating the JQuery TouchSwipe library for handheld devices …

touch caroufredsel
Automatically pop up tablet touch keyboard on WinForms input focus

When I run a WinForms (or Delphi, see at the end) application on Windows 10 in a tablet mode, a touch …

c# windows winforms delphi touch
Android overlay to grab ALL touch, and pass them on?

I'm basically trying to get all touch event data from something like a system overlay, move my sprites around based …

android touch overlay touch-event
Catch onTouch event by parent, handle it and pass to children

I tried to understand how Android handle touch event and got a little bit confused. From what I understand touch …

android android-layout click touch touch-event
Zoom specific element on webcontent (HTML,CSS,JavaScript)

I want to zoom only a specific element of my website (a certain div), if a user zooms the website …

javascript css responsive-design touch zoom
Get coordinates on tapping map in android

I'm trying to make something like this: I have a mapactivity and when the user taps the map it shows …

android map touch coordinates tap
Tooltips in the era of touch

Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and …

user-interface usability tooltip touch
How to determine a long touch on android?

I am looking for a way for when a user long touches a mapview (lets say for 1000ms) that i …

java android touch android-mapview
How do I know if a MotionEvent is relative or absolute?

I am implementing OnTouchListener and am receiving MotionEvent objects. Some ACTION_MOVE events reports absolute X/Y coordinates, while some …

android touch