Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.h72 CONTROLS_CUST_FREELOOK, enumerator
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DInterface.cpp2995 if (!GInput->actionPressed(CONTROLS_CUST_FREELOOK)) in ManagePlayerControls()
3006 if (GInput->actionPressed(CONTROLS_CUST_FREELOOK)) in ManagePlayerControls()
3021 if (GInput->actionNowPressed(CONTROLS_CUST_FREELOOK)) in ManagePlayerControls()
3042 (GInput->actionNowReleased(CONTROLS_CUST_FREELOOK)) ) in ManagePlayerControls()
3550 if (!GInput->actionPressed(CONTROLS_CUST_FREELOOK)) in ManageKeyMouse()
3553 if ((player.Interface & INTER_COMBATMODE) && !GInput->actionPressed(CONTROLS_CUST_FREELOOK)) in ManageKeyMouse()
3563 if (!GInput->actionPressed(CONTROLS_CUST_FREELOOK)) in ManageKeyMouse()
H A DMenuWidgets.cpp3722 …bChange=config.setActionKey(CONTROLS_CUST_FREELOOK,pmeElement->iID-BUTTON_MENUOPTIONS_CONTROLS_CUS… in UpdateGameKey()