Home
last modified time | relevance | path

Searched defs:handle_key (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/security/py-python-registry/python-registry-1.4/samples/
H A Dtest_dump.py34 def handle_key(key): function
49 def handle_key(self, key): member in RegistryExplorer
76 def handle_key(self, key): member in TestDumper
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_vec.erl354 handle_key(#keyboard{sym=$1}, #ss{vec=Vec,alt_vec=Vec}, St) -> function
357 handle_key(#keyboard{sym=$1}, #ss{f=Check}=Ss, St) -> function
366 handle_key(#keyboard{sym=27}, _, _) -> %Escape function
368 handle_key(_, _, _) -> next. function
/dports/games/widelands/widelands-build21/src/ui_fsmenu/
H A Dbase.cc39 bool FullscreenMenuBase::handle_key(bool down, SDL_Keysym code) { in handle_key() function in FullscreenMenuBase
H A Dintro.cc46 bool FullscreenMenuIntro::handle_key(const bool down, const SDL_Keysym) { in handle_key() function in FullscreenMenuIntro
H A Dhelpwindow.cc87 bool FullscreenHelpWindow::handle_key(bool down, SDL_Keysym code) { in handle_key() function in UI::FullscreenHelpWindow
H A Dloadgame.cc174 bool FullscreenMenuLoadGame::handle_key(bool down, SDL_Keysym code) { in handle_key() function in FullscreenMenuLoadGame
/dports/devel/py-urwid/urwid-2.1.2/examples/
H A Dterminal.py41 def handle_key(key): function
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexsyscur.c32 static int handle_key(void) in handle_key() function
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/win/
H A Dpointswininfo.cpp59 bool pointswin_info::handle_key(WPARAM wparam, LPARAM lparam) in handle_key() function in pointswin_info
H A Dmemorywininfo.cpp82 bool memorywin_info::handle_key(WPARAM wparam, LPARAM lparam) in handle_key() function in memorywin_info
H A Ddisasmbasewininfo.cpp58 bool disasmbasewin_info::handle_key(WPARAM wparam, LPARAM lparam) in handle_key() function in disasmbasewin_info
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/win/
H A Dpointswininfo.cpp59 bool pointswin_info::handle_key(WPARAM wparam, LPARAM lparam) in handle_key() function in pointswin_info
H A Dmemorywininfo.cpp82 bool memorywin_info::handle_key(WPARAM wparam, LPARAM lparam) in handle_key() function in memorywin_info
/dports/games/widelands/widelands-build21/src/wui/
H A Dquicknavigation.cc57 bool QuickNavigation::handle_key(bool down, SDL_Keysym key) { in handle_key() function in QuickNavigation
H A Dstory_message_box.cc94 bool StoryMessageBox::handle_key(bool down, SDL_Keysym code) { in handle_key() function in StoryMessageBox
H A Dlogin_box.cc124 bool LoginBox::handle_key(bool down, SDL_Keysym code) { in handle_key() function in LoginBox
/dports/x11-wm/wayfire/wayfire-0.7.0/src/api/wayfire/
H A Dcompositor-view.hpp20 void handle_key(uint32_t key, uint32_t state) in handle_key() function in wf::compositor_interactive_view_t
/dports/audio/alsa-utils/alsa-utils-1.2.2/alsamixer/
H A Dwidget.h18 void (*handle_key)(int key); member
/dports/devel/terminality/tn-2.1/
H A Dkeyhndl.h65 #define handle_key(k, t, p) real_handle_key(&handled_keys, k, t, p) macro
/dports/games/endgame-singularity/singularity-1.00/singularity/code/screens/
H A Dmessage.py111 def handle_key(self, event): member in MessageListDialog
/dports/games/golddig/golddigC3.1/
H A Dgolddig.c93 void handle_key(keyhit) in handle_key() function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dbrowser.cc52 static void handle_key(bool shift, int &value, int max, int amt = 1) { in handle_key() function
/dports/emulators/o2em/o2em117src/src/
H A Dkeyboard.c177 void handle_key(void){ in handle_key() function
/dports/emulators/o2em/o2em117src/
H A Dkeyboard.c176 void handle_key(void){ in handle_key() function
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmwindow.h56 BOOL (*handle_key) (struct MWINDOW * win, int ch); member

1234567