KBD_GetTpEvent

C Specification

#include "kbd_input.h";
KBDTpEvent KBD_GetTpEvent( void );

Arguments

None.

Return Values

Returns events on the touch panel.

Description

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.

See Also

CONFIDENTIAL