Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.h39 CONTROLS_CUST_WALKBACKWARD, enumerator
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DInterface.cpp2507 if (GInput->actionPressed(CONTROLS_CUST_WALKBACKWARD) ) in ManagePlayerControls()
2596 if ( GInput->actionPressed(CONTROLS_CUST_WALKBACKWARD) in ManagePlayerControls()
2620 if (GInput->actionNowPressed(CONTROLS_CUST_WALKBACKWARD) ) in ManagePlayerControls()
H A DMenuWidgets.cpp3602 …bChange=config.setActionKey(CONTROLS_CUST_WALKBACKWARD,pmeElement->iID-BUTTON_MENUOPTIONS_CONTROLS… in UpdateGameKey()