Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCInput.h19 { A_Throttle, A_Brake, A_Steering, A_HandBrake, A_Boost, A_Flip, enumerator
H A DCInput.cpp43 aHalf[iHalf] = {A_Throttle, A_Brake, A_HandBrake, A_Boost}, in LoadInputDefaults()
H A DGui_Input.cpp406 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 Dcarcontrolmap_local.cpp98 inputs[CARINPUT::BOOST] = forceBrake ? 0.f : channels[A_Boost]; in ProcessInput()