#include "kbd_input.h";
KBDTpEvent KBD_GetTpEvent( void );
None.
Returns events on the touch panel.
Obtains events occurring on the touch panel.
enum KBDTpEvent defines the following states.
KBD_TP_NONE |
Nothing is occurring. |
KBD_DOWN |
The instant the touch panel is touched. |
KBD_REPEAT |
The touch panel is being touched continuously. |
KBD_UP |
The instant the stylus is removed from the touch panel. |
KBD_DRAG |
This function does not return this value. |
CONFIDENTIAL