Home
last modified time | relevance | path

Searched refs:is_hotkey (Results 1 – 5 of 5) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/bfu/
H A Dhotkey.c126 is_hotkey(struct menu_item *item, unsigned char key, struct terminal *term) in is_hotkey() function
198 return check_hotkeys_common(menu, key, term, is_hotkey); in check_hotkeys()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingCommon.cpp173 const bool is_hotkey = pressed_inputs.size() >= 2 && in BuildExpression() local
177 if (is_hotkey) in BuildExpression()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmenu.h139 if (key && !is_hotkey(key)) in add_hotkey()
143 bool is_hotkey(int key) const in is_hotkey() function
446 bool is_hotkey(int index, int key);
H A Dmenu.cc1493 bool Menu::is_hotkey(int i, int key) in is_hotkey() function in Menu
1495 bool ishotkey = items[i]->is_hotkey(key); in is_hotkey()
1533 else if (is_hotkey(i, key)) in select_items()
1553 else if (is_hotkey(i, key)) in select_items()
1951 if (is_hotkey(i, items[i]->hotkeys[0]) in select_index()
1968 if (is_hotkey(i, items[i]->hotkeys[0])) in select_index()
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dc64_class.cpp1968 bool is_hotkey = false; in AnalyzeSDLEvent() local
2249 is_hotkey = true; in AnalyzeSDLEvent()
2258 is_hotkey = true; in AnalyzeSDLEvent()
2288 else if (!is_hotkey) // nur wenn es kein HotKey war in AnalyzeSDLEvent()