Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoPad.c43 #define padButtonDown(buttonLast, button) \ argument
44 ((u16) (((buttonLast) ^ (button)) & (button)))
46 #define padButtonUp(buttonLast, button) \ argument
47 ((u16) (((buttonLast) ^ (button)) & (buttonLast)))
/CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/
Dwpad.h543 #define WPADButtonDown( buttonLast, button ) \ argument
544 ( (u16) (((buttonLast) ^ (button)) & (button)) )
546 #define WPADButtonUp( buttonLast, button ) \ argument
547 ( (u16) (((buttonLast) ^ (button)) & (buttonLast)) )
549 #define WPADURCCButtonDown( buttonLast, button ) \ argument
550 ( (u32) (((buttonLast) ^ (button)) & (button)) )
552 #define WPADURCCButtonUp( buttonLast, button ) \ argument
553 ( (u32) (((buttonLast) ^ (button)) & (buttonLast)) )