Lines Matching refs:touch
6 The linux touch system is currently based off event streams, and proc/bus/devices. The active user …
9 The Mac and iPhone APIs are pretty. If your touch device supports them then you'll be fine. If it d…
21 Sent when a finger (or stylus) is placed on a touch device.
23 * event.tfinger.touchId - the Id of the touch device.
25 * event.tfinger.x - the x coordinate of the touch (0..1)
26 * event.tfinger.y - the y coordinate of the touch (0..1)
27 * event.tfinger.pressure - the pressure of the touch (0..1)
30 Sent when a finger (or stylus) is moved on the touch device.
37 Sent when a finger (or stylus) is lifted from the touch device.
52 IMPORTANT: If the touch has been removed, or there is no touch with the given index, SDL_GetTouchDe…
54 The number of touch devices can be queried with SDL_GetNumTouchDevices().
69 A SDL_Finger is guaranteed to be persistent for the duration of a touch, but it will be de-allocate…
74 The current coordinates of the touch.
76 The pressure of the touch.