Enumeration: MTOUCHCONTROLSTATE
This enumeration defines possible state flags for controls.
Values:
- CONTROL_IDLE = 0x80 - bit 7 shows that control is in idle state (the state was not changed),
- CONTROL_PRESSED – control pressed,
- CONTROL_RELEASED – control released.