KBD_UpdateValue

C Specification

#include "kbd.h";
void KBD_UpdateValue( u16 paddata, TPData tpdata );

Arguments

paddata Pad data
tpdata Calibrated touch panel data

Return Values

None.

Description

References the pad data and touch panel data received as arguments, and checks and updates keyboard events.
Although the KBD_Update() function performs the same process, this function is used to pass pad or touch panel data from the game.
Perform game processing for each game frame by calling functions that obtain status and key data, such as KBD_GetInput(), after calling this function.

See Also

KBD_Update

CONFIDENTIAL