Lines Matching refs:lastCoreButton
1892 u32 lastCoreButton ; in KPADiRead() local
2102 lastCoreButton = lastFsButton = lastClButton = KPAD_BUTTON_MASK ; in KPADiRead()
2116 … lastCoreButton = (u32)( uwp->u.core.button & 0x00009F1F ) ; // Enable Wii Remote buttons only in KPADiRead()
2123 … lastCoreButton = (u32)( uwp->u.core.button & 0x00009F1F ) ; // Enable Wii Remote buttons only in KPADiRead()
2131 if ( lastCoreButton == KPAD_BUTTON_MASK ) { in KPADiRead()
2132 lastCoreButton = (u32)( kp->status.hold & 0x00009F1F ) ; in KPADiRead()
2141 read_kpad_button( kp, lastDev, 1, lastCoreButton, lastFsButton, lastClButton ) ; in KPADiRead()
2165 lastCoreButton = lastFsButton = lastClButton = KPAD_BUTTON_MASK ; in KPADiRead()
2194 … lastCoreButton = (u32)( uwp->u.core.button & 0x00009F1F ) ; // Enable Wii Remote buttons only in KPADiRead()
2203 if ( lastCoreButton == KPAD_BUTTON_MASK ) { in KPADiRead()
2204 lastCoreButton = (u32)( kp->status.hold & 0x00009F1F ) ; in KPADiRead()
2213 … read_kpad_button( kp, lastDev, (u32)return_ct, lastCoreButton, lastFsButton, lastClButton ) ; in KPADiRead()