Structure: laInput_TouchMovedEvent_t
Register and handle the touch coordinates changed event
typedef struct laInput_TouchMovedEvent_t { int32_t touchID; int32_t prevX; int32_t prevY; int32_t x; int32_t y; } laInput_TouchMovedEvent;
None.