Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/dolphin/
Dpad.h235 #define PADButtonDown(buttonLast, button) \ argument
236 ((u16) (((buttonLast) ^ (button)) & (button)))
238 #define PADButtonUp(buttonLast, button) \ argument
239 ((u16) (((buttonLast) ^ (button)) & (buttonLast)))
/RvlSDK-2.1/include/revolution/
Dpad.h232 #define PADButtonDown(buttonLast, button) \ argument
233 ((u16) (((buttonLast) ^ (button)) & (button)))
235 #define PADButtonUp(buttonLast, button) \ argument
236 ((u16) (((buttonLast) ^ (button)) & (buttonLast)))
Dwpad.h509 #define WPADButtonDown( buttonLast, button ) \ argument
510 ( (u16) (((buttonLast) ^ (button)) & (button)) )
512 #define WPADButtonUp( buttonLast, button ) \ argument
513 ( (u16) (((buttonLast) ^ (button)) & (buttonLast)) )
/RvlSDK-2.1/build/demos/paddemo/src/
Dcont.c168 contAll->buttonLast = contAll->button; in ReadCont()
180 cont->buttonLast = cont->button; // not to generate up/down twice in ReadCont()
211 cont->down = PADButtonDown(cont->buttonLast, cont->button); in ReadCont()
212 cont->up = PADButtonUp(cont->buttonLast, cont->button); in ReadCont()
214 cont->repeat = (u16) ((cont->button & cont->buttonLast) & in ReadCont()
/RvlSDK-2.1/build/demos/carddemo/src/
Dcont.c171 contAll->buttonLast = contAll->button; in ReadCont()
183 cont->buttonLast = cont->button; // not to generate up/down twice in ReadCont()
214 cont->down = PADButtonDown(cont->buttonLast, cont->button); in ReadCont()
215 cont->up = PADButtonUp(cont->buttonLast, cont->button); in ReadCont()
217 cont->repeat = (u16) ((cont->button & cont->buttonLast) & in ReadCont()
/RvlSDK-2.1/build/demos/carddemo/include/
Dcont.h56 u16 buttonLast; // Or-ed PAD_BUTTON_* bits member
/RvlSDK-2.1/build/demos/paddemo/include/
Dcont.h56 u16 buttonLast; // Or-ed PAD_BUTTON_* bits member