Home
last modified time | relevance | path

Searched refs:KEY_LGUI (Results 1 – 16 of 16) sorted by relevance

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/config/
H A Dcontrol_constants.lua205 KEY_LGUI = 227;
/dports/devel/love/love-11.3/src/modules/keyboard/
H A DKeyboard.h215 KEY_LGUI, enumerator
H A DKeyboard.cpp222 {"lgui", Keyboard::KEY_LGUI},
/dports/devel/love10/love-0.10.2/src/modules/keyboard/
H A DKeyboard.h215 KEY_LGUI, enumerator
H A DKeyboard.cpp222 {"lgui", Keyboard::KEY_LGUI},
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInputEvents.h320 static const int KEY_LGUI = SDLK_LGUI; variable
H A DInput.cpp911 keyBindingMap.Insert(MakePair<String, int>("LGUI", KEY_LGUI)); in PopulateKeyBindingMap()
/dports/devel/love/love-11.3/src/modules/keyboard/sdl/
H A DKeyboard.cpp332 k[Keyboard::KEY_LGUI] = SDLK_LGUI; in createKeyMap()
/dports/devel/love10/love-0.10.2/src/modules/keyboard/sdl/
H A DKeyboard.cpp332 k[Keyboard::KEY_LGUI] = SDLK_LGUI; in createKeyMap()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Input/
H A DInputEvents.pkg74 static const int KEY_LGUI;
/dports/devel/love10/love-0.10.2/src/modules/event/sdl/
H A DEvent.cpp759 k[SDLK_LGUI] = Keyboard::KEY_LGUI; in createKeyMap()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DInputAPI.cpp138 engine->RegisterGlobalProperty("const int KEY_LGUI", (void*)&KEY_LGUI); in RegisterInputConstants()
/dports/devel/love/love-11.3/src/modules/event/sdl/
H A DEvent.cpp828 k[SDLK_LGUI] = Keyboard::KEY_LGUI; in createKeyMap()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h16280 int KEY_LGUI; variable
H A DLuaScriptAPI.dox8989 - int KEY_LGUI
H A DScriptAPI.dox16857 - int KEY_LGUI