Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/videmo/src/
Dmoving.regions.c221 PADStatus pstat[PAD_MAX_CONTROLLERS]; in main() local
266 PADRead(pstat); in main()
267 if ((pstat[0].button & PAD_BUTTON_A) && !(plast & PAD_BUTTON_A)) in main()
291 plast = pstat[0].button; in main()
Dcross-color.c211 PADStatus pstat[PAD_MAX_CONTROLLERS]; in main() local
246 PADRead(pstat); in main()
247 if ((pstat[0].button & PAD_BUTTON_A) && !(plast & PAD_BUTTON_A)) in main()
281 plast = pstat[0].button; in main()
Dviewer.c375 PADStatus pstat[PAD_MAX_CONTROLLERS]; in printOneLevel() local
405 PADRead(pstat); in printOneLevel()
407 if ((pstat[0].button & PAD_BUTTON_B) && in printOneLevel()
422 if ( (mode && (pstat[0].button & PAD_BUTTON_A) && in printOneLevel()
481 plast = pstat[0].button; in printOneLevel()