Home
last modified time | relevance | path

Searched refs:next_input (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dcommon.c47 static GShareData next_input; variable
106 next_input.key = PAD_Read(); in UpdateInput()
107 next_input.count = next_input.count + 1; in UpdateInput()
112 current_input[0] = next_input; in UpdateInput()
117 else if (WH_StepDS(&next_input)) in UpdateInput()
217 MI_CpuClear8(&next_input, sizeof(next_input)); in InitCommon()