Home
last modified time | relevance | path

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

/RvlSDK-2.1/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.c49 Cont Conts[PAD_MAX_CONTROLLERS+1]; variable
127 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
176 cont = &Conts[chan]; in ReadCont()
Dmotordemo.c51 cont = &Conts[chan]; in RambleCont()
/RvlSDK-2.1/build/demos/carddemo/src/
Dlistdemo.c632 if (Conts[4].repeat & PAD_BUTTON_UP) in ProbeAnimTick()
636 else if (Conts[4].repeat & PAD_BUTTON_DOWN) in ProbeAnimTick()
640 else if ((Conts[4].down & PAD_BUTTON_A) && in ProbeAnimTick()
1155 if (Conts[4].repeat & PAD_BUTTON_UP) in SelectAnimTick()
1166 else if (Conts[4].repeat & PAD_BUTTON_DOWN) in SelectAnimTick()
1177 else if (Conts[4].down & PAD_BUTTON_B) in SelectAnimTick()
1182 else if (Conts[4].down & PAD_BUTTON_A) in SelectAnimTick()
1199 if (Conts[4].down & PAD_BUTTON_B) in CommandAnimTick()
1216 else if (Conts[4].repeat & PAD_BUTTON_UP) in CommandAnimTick()
1234 else if (Conts[4].repeat & PAD_BUTTON_DOWN) in CommandAnimTick()
[all …]
Dcont.c52 Cont Conts[PAD_MAX_CONTROLLERS+1]; variable
130 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
179 cont = &Conts[chan]; in ReadCont()
/RvlSDK-2.1/build/demos/carddemo/include/
Dcont.h71 extern Cont Conts[];
/RvlSDK-2.1/build/demos/paddemo/include/
Dcont.h71 extern Cont Conts[];