kick
|
Static Public Member Functions | |
static void | setTouchStarted (int64_t fingerid, glm::ivec2 pos, float pressure) |
static void | setTouchMoved (int64_t fingerid, glm::ivec2 pos, float pressure) |
static void | setTouchEnded (int64_t fingerid, glm::ivec2 pos) |
static void | reset () |
static std::map< int64_t, Touch >::const_iterator | begin () |
static std::map< int64_t, Touch >::const_iterator | end () |
Definition at line 22 of file touch_input.h.