KBD_GetTpX

C Specification

#include "kbd_input.h";
u16 KBD_GetTpX( void );

Arguments

None.

Return Values

Returns the x-coordinate of the location being touched on the touch panel.

Description

Returns the x-coordinate of the location being touched on the touch panel.
If the panel is not being touched, returns the x-coordinate for the location that was last touched.

See Also

KBD_GetTpY

CONFIDENTIAL