Home
last modified time | relevance | path

Searched refs:MOUSE_AIM (Results 1 – 5 of 5) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DPlatform.h88 MOUSE_AIM, enumerator
H A DPlatformGCW0.cpp66 config_input[Platform::Input::MOUSE_AIM] = false; in Platform()
H A DPlatformIPhoneOS.cpp80 config_input[Platform::Input::MOUSE_AIM] = false; in Platform()
H A DPlatformAndroid.cpp102 config_input[Platform::Input::MOUSE_AIM] = false; in Platform()
H A DMenuConfig.cpp436 …cfg_tabs[INPUT_TAB].setOptionWidgets(Platform::Input::MOUSE_AIM, mouse_aim_lb, mouse_aim_cb, msg->… in init()
1195 …else if (cfg_tabs[INPUT_TAB].options[Platform::Input::MOUSE_AIM].enabled && mouse_aim_cb->checkCli… in logicInput()