KBD_InputWithCursor

C Specification

#include "kbd.h";
void KBD_InputWithCursor( void );

Arguments

None.

Return Values

None.

Description

Records that there was input from the keyboard button indicated by the cursor.
This record is referenced within KBD_Update() (or KBD_UpdateValue()), and a process corresponding to the input keyboard button is performed.

See Also

CONFIDENTIAL