Home
last modified time | relevance | path

Searched refs:handle_keydown (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dstruct.h53 W_Callback handle_keydown;
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Devents.c201 static void handle_keydown(int param) in handle_keydown() function
530 handle_keydown(LOWORD(wParam));
858 handle_keydown(key);
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Devents.c201 static void handle_keydown(int param) in handle_keydown() function
530 handle_keydown(LOWORD(wParam));
858 handle_keydown(key);
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.h9 W_Callback handle_keydown; member
H A Dx11window.c2019 newwin->handle_keydown = 0; in newWindow()
3365 MAKE_WINDOW_GETTER(W_GetWindowKeyDownHandler, handle_keydown) in MAKE_WINDOW_GETTER() argument
3366 MAKE_WINDOW_SETTER(W_SetWindowKeyDownHandler, handle_keydown) in MAKE_WINDOW_GETTER()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dsdl2.c328 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
597 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dsdl2.c328 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
597 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dsdl2.c328 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
603 handle_keydown(ev); in sdl2_poll_events()
H A Dsdl.c524 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
795 handle_keydown(ev); in sdl_refresh()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dsdl2.c328 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
597 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dsdl2.c328 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
597 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dsdl2.c350 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
639 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dsdl2.c353 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
642 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dsdl2.c353 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
642 handle_keydown(ev); in sdl2_poll_events()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dsdl2.c353 static void handle_keydown(SDL_Event *ev) in handle_keydown() function
642 handle_keydown(ev); in sdl2_poll_events()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/
H A Dcomplete.pyj36 if self.completion_popup.is_visible and self.completion_popup.handle_keydown(event):
H A Dpopups.pyj131 def handle_keydown(self, event):
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmltextareaelement.rs446 let action = self.textinput.borrow_mut().handle_keydown(kevent); in handle_event()
H A Dhtmlinputelement.rs1363 let action = self.textinput.borrow_mut().handle_keydown(keyevent);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dtextinput.rs682 pub fn handle_keydown(&mut self, event: &KeyboardEvent) -> KeyReaction { in handle_keydown() method
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-win.c4027 static bool handle_keydown(WPARAM wParam, LPARAM lParam) in handle_keydown() function
4169 return handle_keydown(wParam, lParam); in AngbandWndProc()
4592 return handle_keydown(wParam, lParam); in AngbandListProc()
H A Dmain-sdl2.c3318 static bool handle_keydown(const SDL_KeyboardEvent *key) in handle_keydown() function
3619 return handle_keydown(&event.key); in get_event()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_nbagg_01.ipynb758 " manager.handle_keydown(event);\n",
/dports/devel/ipython5/ipython-5.10.0/examples/IPython Kernel/
H A DPlotting in the Notebook.ipynb2748 " manager.handle_keydown(event);\n",
/dports/devel/ipython/ipython-7.29.0/examples/IPython Kernel/
H A DPlotting in the Notebook.ipynb2748 " manager.handle_keydown(event);\n",

12