Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1892 u32 lastCoreButton ; in KPADiRead() local
2102 lastCoreButton = lastFsButton = lastClButton = KPAD_BUTTON_MASK ; in KPADiRead()
2116lastCoreButton = (u32)( uwp->u.core.button & 0x00009F1F ) ; // Enable Wii Remote buttons only in KPADiRead()
2123lastCoreButton = (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()
2194lastCoreButton = (u32)( uwp->u.core.button & 0x00009F1F ) ; // Enable Wii Remote buttons only in KPADiRead()
2203 if ( lastCoreButton == KPAD_BUTTON_MASK ) { in KPADiRead()
[all …]