#include "kbd.h";
void KBD_Update( void );
None.
None.
Performs a check for, and an update of, keyboard events.
Although the KBD_UpdateValue()
function performs the same process, this function obtains pad and touch panel data internally.
Perform game processing for each game frame by calling functions that obtain status and key data, such as KBD_GetInput()
, after calling this function.
CONFIDENTIAL