Structure: laInput_TouchUpEvent_t
Register and handle the touch release detect event
typedef struct laInput_TouchUpEvent_t { int32_t touchID; int32_t x; int32_t y; } laInput_TouchUpEvent;
None.