Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dinput.cpp71 currentBits |= (kRawButtonDown << kUpButtonShift); in getInput()
74 currentBits |= (kRawButtonDown << kDownButtonShift); in getInput()
77 currentBits |= (kRawButtonDown << kLeftButtonShift); in getInput()
80 currentBits |= (kRawButtonDown << kRightButtonShift); in getInput()
83 currentBits |= (kRawButtonDown << kTwoButtonShift); in getInput()
86 currentBits |= (kRawButtonDown << kThreeButtonShift); in getInput()
89 currentBits |= (kRawButtonDown << kFourButtonShift); in getInput()
92 currentBits |= (kRawButtonDown << kMod3ButtonShift); in getInput()
95 currentBits |= (kRawButtonDown << kLeftFireButtonShift); in getInput()
98 currentBits |= (kRawButtonDown << kRightFireButtonShift); in getInput()
[all …]
H A Dinput.h94 kRawButtonDown = kButtonDownMask | kAutoButtonMask, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dinput.cpp93 currentBits |= (kRawButtonDown << kUpButtonShift); in getInput()
96 currentBits |= (kRawButtonDown << kDownButtonShift); in getInput()
99 currentBits |= (kRawButtonDown << kLeftButtonShift); in getInput()
102 currentBits |= (kRawButtonDown << kRightButtonShift); in getInput()
105 currentBits |= (kRawButtonDown << kTwoButtonShift); in getInput()
108 currentBits |= (kRawButtonDown << kThreeButtonShift); in getInput()
111 currentBits |= (kRawButtonDown << kFourButtonShift); in getInput()
114 currentBits |= (kRawButtonDown << kMod1ButtonShift); in getInput()
117 currentBits |= (kRawButtonDown << kMod3ButtonShift); in getInput()
129 currentBits |= (kRawButtonDown << kLeftFireButtonShift); in getInput()
[all …]
H A Dinput.h77 kRawButtonDown = kButtonDownMask | kAutoButtonMask, enumerator