Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/paddemo/src/
Dcontdemo.c65 Conts[chan].err, in PrintCont()
66 (Conts[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintCont()
67 (Conts[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintCont()
68 (Conts[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintCont()
69 (Conts[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintCont()
70 (Conts[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintCont()
71 (Conts[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintCont()
72 (Conts[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintCont()
73 (Conts[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintCont()
75 (Conts[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintCont()
[all …]
Dcont.c52 Cont Conts[PAD_MAX_CONTROLLERS+1]; variable
131 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
181 cont = &Conts[chan]; in ReadCont()
Dmotordemo.c51 cont = &Conts[chan]; in RambleCont()
/RvlSDK-3.2.2/build/demos/paddemo/include/
Dcont.h71 extern Cont Conts[];