Searched refs:buttonLast (Results 1 – 2 of 2) sorted by relevance
43 #define padButtonDown(buttonLast, button) \ argument44 ((u16) (((buttonLast) ^ (button)) & (button)))46 #define padButtonUp(buttonLast, button) \ argument47 ((u16) (((buttonLast) ^ (button)) & (buttonLast)))
543 #define WPADButtonDown( buttonLast, button ) \ argument544 ( (u16) (((buttonLast) ^ (button)) & (button)) )546 #define WPADButtonUp( buttonLast, button ) \ argument547 ( (u16) (((buttonLast) ^ (button)) & (buttonLast)) )549 #define WPADURCCButtonDown( buttonLast, button ) \ argument550 ( (u32) (((buttonLast) ^ (button)) & (button)) )552 #define WPADURCCButtonUp( buttonLast, button ) \ argument553 ( (u32) (((buttonLast) ^ (button)) & (buttonLast)) )