NDSummary.OnToolTipsLoaded("File:input_manager.h",{1074:"
void IPM_Initialize(
IPM_Config* config
)
Initialize input manager
",1075:"
inline void IPM_SetTimer(
u8 doubleClk,
u8 hold
)
Initialize input manager
",1076:"
void IPM_Update()
Update device manager
",1077:"
bool IPM_RegisterEvent(
u8 dev,
u8 input,
u8 event,
IPM_cb cb
)
Register a callback to a given device manager\'s event
",1078:"
inline u8 IPM_GetStatus(
u8 dev
)
Get current device status
",1079:"
u8 IPM_GetStickDirection(
u8 dev
)
Get current direction of the given device
",1080:"
inline u8 IPM_GetInputState(
u8 dev,
u8 input
)
Get current device state
",1081:"
inline u8 IPM_GetInputTimer(
u8 dev,
u8 input
)
Get current device state timer
",1082:"
const c8* IPM_GetEventName(
u8 ev
)
Get event name
"});