KBD_GetInput

C Specification

#include "kbd.h";
u16  KBD_GetInput( void );

Arguments

None.

Return Values

Character code (UTF-16). 0 if there is no input.

Description

Returns the character code (UTF-16) for the character entered with the keyboard.
Updated each time KBD_Update() (or KBD_UpdateValue()) is called.

See Also

CONFIDENTIAL