Home
last modified time | relevance | path

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

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dkeyboard.h54 } InputKeys; typedef
94 InputKeys PlayerKeys[MAX_KEYBOARD_CONFIGS];
99 InputKeys KeyLoadPlayerKeys(Config *c);
109 SDL_Scancode KeyGet(const InputKeys *keys, const key_code_e keyCode);
H A Dkeyboard.c71 InputKeys KeyLoadPlayerKeys(Config *c) in KeyLoadPlayerKeys()
73 InputKeys k; in KeyLoadPlayerKeys()
284 SDL_Scancode KeyGet(const InputKeys *keys, const key_code_e keyCode) in KeyGet()
H A Devents.c270 const InputKeys *keys = &keyboard->PlayerKeys[kbIndex]; in GetKeyboardCmd()
523 const InputKeys *keys = &gEventHandlers.keyboard.PlayerKeys[dIndex]; in InputGetButtonNameColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view_interactive_uitest.cc18 void InputKeys(Browser* browser, const std::vector<ui::KeyboardCode>& keys) { in InputKeys() function
48 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_E, ui::VKEY_Y, ui::VKEY_TAB}); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_interactive_test.cc44 void InputKeys(Browser* browser, const std::vector<ui::KeyboardCode>& keys) { in InputKeys() function
390 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_TAB, ui::VKEY_D}); in IN_PROC_BROWSER_TEST_F()
469 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_SPACE, ui::VKEY_D}); in IN_PROC_BROWSER_TEST_F()
501 InputKeys(browser(), {ui::VKEY_ESCAPE, ui::VKEY_ESCAPE}); in IN_PROC_BROWSER_TEST_F()
504 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_SPACE, ui::VKEY_BACK, in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_interactive_test.cc43 void InputKeys(Browser* browser, const std::vector<ui::KeyboardCode>& keys) { in InputKeys() function
389 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_SPACE, ui::VKEY_D}); in IN_PROC_BROWSER_TEST_F()
462 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_SPACE, ui::VKEY_D}); in IN_PROC_BROWSER_TEST_F()
494 InputKeys(browser(), {ui::VKEY_ESCAPE, ui::VKEY_ESCAPE}); in IN_PROC_BROWSER_TEST_F()
497 InputKeys(browser(), {ui::VKEY_K, ui::VKEY_W, ui::VKEY_SPACE, ui::VKEY_BACK, in IN_PROC_BROWSER_TEST_F()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouch_key_tree_prop_tests.erl96 InputKeys = lists:usort(keylist(RevTree)),
97 StemmedKeys == InputKeys
133 InputKeys = lists:usort(keylist(RevTree)),
134 length(InputKeys) > length(StemmedKeys)
/dports/games/openmortal/openmortal-0.7/src/
H A Dmenu.cpp68 void InputKeys( int a_iPlayerNumber ) in InputKeys() function
954 InputKeys(1); in ItemActivated()
959 InputKeys(0); in ItemActivated()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dmenu.c852 const InputKeys *keys = &ms->handlers->keyboard.PlayerKeys[pi]; in MenuDisplaySubmenus()
1107 const InputKeys keys = KeyLoadPlayerKeys(ConfigGet(&gConfig, buf)); in KeyAvailable()
1118 const InputKeys keysOther = KeyLoadPlayerKeys(ConfigGet(&gConfig, buf)); in KeyAvailable()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h118 typedef struct InputKeys struct
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h199 typedef struct InputKeys struct