Searched refs:A_Boost (Results 1 – 4 of 4) sorted by relevance
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/ |
H A D | CInput.h | 19 { A_Throttle, A_Brake, A_Steering, A_HandBrake, A_Boost, A_Flip, enumerator
|
H A D | CInput.cpp | 43 aHalf[iHalf] = {A_Throttle, A_Brake, A_HandBrake, A_Boost}, in LoadInputDefaults()
|
H A D | Gui_Input.cpp | 406 int keyActs[numActs] = {A_Boost, A_Brake, A_Flip, A_HandBrake, A_Steering, A_Throttle}; in comboInputKeyAllPreset()
|
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/ |
H A D | carcontrolmap_local.cpp | 98 inputs[CARINPUT::BOOST] = forceBrake ? 0.f : channels[A_Boost]; in ProcessInput()
|