Structure: laInput_TouchDownEvent_t
Register and handle the touch press detect event
typedef struct laInput_TouchDownEvent_t { int32_t touchID; int32_t x; int32_t y; } laInput_TouchDownEvent;
None.