#include <sio2_window.h>

Public Attributes | |
| vec2 | start |
| The starting location of the touch. | |
| vec2 | loc |
| The current location of the touch. | |
| unsigned char | event |
| The current event type of the touch. | |
| unsigned int | curr_sync |
| The current sync time. | |
| unsigned int | last_sync |
| The last sync time. | |
The current location of the touch.
Referenced by sio2ResourceDispatchEvents(), sio2WindowTouchBegan(), sio2WindowTouchEnded(), and sio2WindowTouchMoved().
| unsigned char SIO2touch::event |
The current event type of the touch.
Referenced by sio2ResourceDispatchEvents(), sio2WindowTouchBegan(), sio2WindowTouchEnded(), and sio2WindowTouchMoved().
| unsigned int SIO2touch::curr_sync |
The current sync time.
Referenced by sio2WindowTouchBegan(), sio2WindowTouchEnded(), and sio2WindowTouchMoved().
| unsigned int SIO2touch::last_sync |
The last sync time.
Referenced by sio2WindowTouchBegan(), sio2WindowTouchEnded(), and sio2WindowTouchMoved().
1.5.6