Structure: laTouchState
Manage the touch input state and track the touch coordinate
typedef struct laTouchState_t { uint32_t valid; int32_t x; int32_t y; } laTouchState;
None.