Home
last modified time | relevance | path

Searched refs:SCANCODE_STOP (Results 1 – 12 of 12) sorted by relevance

/dports/devel/love/love-11.3/src/modules/keyboard/
H A DKeyboard.h386 SCANCODE_STOP, enumerator
H A DKeyboard.cpp388 {"stop", SCANCODE_STOP},
/dports/devel/love10/love-0.10.2/src/modules/keyboard/
H A DKeyboard.h386 SCANCODE_STOP, enumerator
H A DKeyboard.cpp388 {"stop", SCANCODE_STOP},
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInputEvents.h492 static const int SCANCODE_STOP = SDL_SCANCODE_STOP; variable
/dports/devel/love/love-11.3/src/modules/keyboard/sdl/
H A DKeyboard.cpp500 {SCANCODE_STOP, SDL_SCANCODE_STOP},
/dports/devel/love10/love-0.10.2/src/modules/keyboard/sdl/
H A DKeyboard.cpp500 {SCANCODE_STOP, SDL_SCANCODE_STOP},
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Input/
H A DInputEvents.pkg246 static const int SCANCODE_STOP;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DInputAPI.cpp309 engine->RegisterGlobalProperty("const int SCANCODE_STOP", (void*)&SCANCODE_STOP); in RegisterInputConstants()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h16593 int SCANCODE_STOP; variable
H A DLuaScriptAPI.dox9304 - int SCANCODE_STOP
H A DScriptAPI.dox17170 - int SCANCODE_STOP