Searched refs:Conts (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-2.1/build/demos/paddemo/src/ |
| D | contdemo.c | 65 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 …]
|
| D | cont.c | 49 Cont Conts[PAD_MAX_CONTROLLERS+1]; variable 127 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont() 176 cont = &Conts[chan]; in ReadCont()
|
| D | motordemo.c | 51 cont = &Conts[chan]; in RambleCont()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | listdemo.c | 632 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 …]
|
| D | cont.c | 52 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/ |
| D | cont.h | 71 extern Cont Conts[];
|
| /RvlSDK-2.1/build/demos/paddemo/include/ |
| D | cont.h | 71 extern Cont Conts[];
|