#include "kbd.h";
u16 KBD_GetInput( void );
None.
Character code (UTF-16). 0 if there is no input.
Returns the character code (UTF-16) for the character entered with the keyboard.
Updated each time KBD_Update()
(or KBD_UpdateValue()
) is called.
CONFIDENTIAL