Searched refs:lastCoreButton (Results 1 – 1 of 1) sorted by relevance
1892 u32 lastCoreButton ; in KPADiRead() local2102 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()[all …]