Home
last modified time | relevance | path

Searched refs:IRR_KEY_SPACE (Results 1 – 14 of 14) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUICheckBox.cpp44 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
59 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
H A DCGUIButton.cpp120 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
138 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
H A DCGUIComboBox.cpp220 event.KeyInput.Key == IRR_KEY_SPACE) in OnEvent()
H A DCIrrDeviceSDL.cpp1083 KeyMap.push_back(SKeyMap(SDLK_SPACE, IRR_KEY_SPACE)); in createKeyMap()
1247 ScanCodeMap[SDL_SCANCODE_SPACE] = IRR_KEY_SPACE; in createKeyMap()
H A DCGUIListBox.cpp295 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
H A DCIrrDeviceWayland.cpp1570 m_key_map[KEY_SPACE] = IRR_KEY_SPACE; in createKeyMap()
H A DCIrrDeviceLinux.cpp2468 KeyMap.push_back(SKeyMap(XK_KP_Space, IRR_KEY_SPACE)); in createKeyMap()
2530 KeyMap.push_back(SKeyMap(XK_space, IRR_KEY_SPACE)); in createKeyMap()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Dkeyboard_config.cpp63 setBinding(PA_FIRE, Input::IT_KEYBOARD, IRR_KEY_SPACE); in setDefaultBinds()
H A Dinput_manager.cpp243 (key == IRR_KEY_SPACE || key == IRR_KEY_RETURN || in handleStaticAction()
799 else if (button == IRR_KEY_SPACE) action = PA_MENU_SELECT; in dispatchInput()
1159 if (key == IRR_KEY_BACK || key == IRR_KEY_SPACE || in input()
1192 if (key == IRR_KEY_BACK || key == IRR_KEY_SPACE || in input()
H A Dbinding.cpp153 case irr::IRR_KEY_SPACE : s = _C("input_key", "Space"); break; in getAsString()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DKeycodes.h41 IRR_KEY_SPACE = 0x20, // SPACEBAR enumerator
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A DCGUISTKListBox.cpp320 event.KeyInput.Key == IRR_KEY_SPACE)) in OnEvent()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/
H A Dmain.cpp303 evt.Key == IRR_KEY_SPACE) in gamepadVisualisation()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/MacOSX/
H A DCIrrDeviceMacOSX.mm1473 KeyCodes[kVK_Space] = irr::IRR_KEY_SPACE;