Home
last modified time | relevance | path

Searched refs:PAD_BUTTON_B (Results 1 – 25 of 82) sorted by relevance

1234

/RvlSDK-3.2.2/build/demos/gxdemo/src/Geometry/
Dgeo-vtx-fmt.c372 if(buttons & PAD_BUTTON_B) in AnimTick()
414 if(buttons & PAD_BUTTON_B) in AnimTick()
496 if(buttons & PAD_BUTTON_B) in AnimTick()
541 if(buttons & PAD_BUTTON_B) in AnimTick()
586 if(buttons & PAD_BUTTON_B) in AnimTick()
599 if(buttons & PAD_BUTTON_B) in AnimTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/G2D/
DG2D-testEditor.c90 if (nButtons & PAD_BUTTON_B) in MapEditor()
192 if (((~nOldButtons & PAD_TRIGGER_L) | (nButtons & PAD_BUTTON_B)) && in MapEditor()
204 if (((~nOldButtons & PAD_TRIGGER_R) | (nButtons & PAD_BUTTON_B)) && in MapEditor()
/RvlSDK-3.2.2/build/demos/paddemo/src/
Dcontdemo.c67 (Conts[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintCont()
Dbasic.c75 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
Dmotordemo.c63 else if ((cont->down & PAD_BUTTON_B) && in RambleCont()
Dclamp2.c45 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
Dsampling.c150 (pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-clip-bug.c300 if (button & PAD_BUTTON_B) in main()
313 if (button & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
Dmain.c177 if (buttonDown & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/include/dolphin/
Dpad.h191 #define PAD_BUTTON_B 0x0200 macro
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c390 else if( buttonDown & ( PAD_BUTTON_LEFT | PAD_BUTTON_B )){ in myCopyFilterTick()
413 else if(button & (PAD_BUTTON_LEFT | PAD_BUTTON_B)){ in myCopyFilterTick()
435 else if(button & (PAD_BUTTON_LEFT | PAD_BUTTON_B)){ in myCopyFilterTick()
/RvlSDK-3.2.2/include/revolution/
Dpad.h199 #define PAD_BUTTON_B 0x0200 macro
/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-warp.c424 else if (down & PAD_BUTTON_B) in AnimTick()
429 else if (press & PAD_BUTTON_B) in AnimTick()
/RvlSDK-3.2.2/build/demos/videmo/src/
Ddimming.c233 … if (( DEMOPadGetButtonDown(0) & PAD_BUTTON_B ) || ( (wpad.button & WPAD_BUTTON_B) && !oldbtn )) in main()
Dviewer.c407 if ((pstat[0].button & PAD_BUTTON_B) && in printOneLevel()
408 !(plast & PAD_BUTTON_B)) in printOneLevel()
/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxsimple.c100 {PAD_BUTTON_B, 1},
592 case PAD_BUTTON_B: in PrintIntro()
Dsyndemo.c387 if (pads[0].button & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dsync.c274 if (PADButtonDown(prev, curr) & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
Dmain.c145 if (buttonDown & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-basic.c218 if(buttons & PAD_BUTTON_B) in AnimTick()
Dtg-project.c488 if(downs & PAD_BUTTON_B) in AnimTick()
497 if(downs & PAD_BUTTON_B) in AnimTick()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c141 if (buttonDown & PAD_BUTTON_B) in main()
/RvlSDK-3.2.2/build/demos/hio2demo/src/
Dmulti-main.c182 else if ( DEMOPadGetButtonDown(0) & PAD_BUTTON_B ) myHioExit(); in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-layer.c255 if(buttons & PAD_BUTTON_B) in AnimTick()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dmain.c288 if ( pads[ 0 ].button & PAD_BUTTON_B ) { in main()

1234