Home
last modified time | relevance | path

Searched refs:PA_MENU_SELECT (Results 1 – 11 of 11) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Dgamepad_config.cpp134 setBinding(PA_MENU_SELECT, Input::IT_STICKBUTTON, 6); in setDefaultBinds()
533 setBindingFromTuple(PA_MENU_SELECT, actions_map.at(SDL_CONTROLLER_BUTTON_A)); in initSDLMapping()
544 setBindingFromTuple(PA_MENU_SELECT, actions_map.at(SDL_CONTROLLER_BUTTON_A)); in initSDLMapping()
559 setBinding(PA_MENU_SELECT, Input::IT_NONE, 0, Input::AD_NEUTRAL); in initSDLMapping()
576 setBindingFromTuple(PA_MENU_SELECT, it->second); in initSDLMapping()
590 setBinding(PA_MENU_SELECT, Input::IT_STICKBUTTON, 0); in initSDLMapping()
H A Dkeyboard_config.cpp71 setBinding(PA_MENU_SELECT, Input::IT_KEYBOARD, IRR_KEY_RETURN); in setDefaultBinds()
H A Dinput.hpp135 PA_MENU_SELECT, enumerator
H A Dinput_manager.cpp799 else if (button == IRR_KEY_SPACE) action = PA_MENU_SELECT; in dispatchInput()
800 else if (button == IRR_KEY_RETURN) action = PA_MENU_SELECT; in dispatchInput()
805 else if (button == IRR_KEY_BUTTON_A) action = PA_MENU_SELECT; in dispatchInput()
858 if (device && (action == PA_FIRE || action == PA_MENU_SELECT) && in dispatchInput()
897 if (value != 0 && (action == PA_FIRE || action == PA_MENU_SELECT)) in dispatchInput()
H A Ddevice_manager.cpp410 *action = PA_MENU_SELECT; in translateInput()
425 *action = PA_MENU_SELECT; in translateInput()
H A Dwiimote_manager.cpp242 … gamepad_config->setBinding(PA_MENU_SELECT, Input::IT_STICKBUTTON, getButton(WIIMOTE_BUTTON_TWO)); in setWiimoteBindings()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/options/
H A Doptions_screen_device.cpp186 addListItem(actions, PA_MENU_SELECT); in init()
301 renameRow(actions, i++, _("Select"), PA_MENU_SELECT); in updateInputButtons()
H A Duser_screen.cpp210 if (action == PA_MENU_SELECT && in filterActions()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscript_gui.cpp372 engine->RegisterEnumValue("PlayerAction", "MENU_SELECT", PA_MENU_SELECT); in registerScriptEnums()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dsoccer_setup_screen.cpp321 case PA_MENU_SELECT: in filterActions()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Devent_handler.cpp324 case PA_MENU_SELECT: in processGUIAction()