Home
last modified time | relevance | path

Searched refs:get_mod_state (Results 1 – 17 of 17) sorted by relevance

/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DEvents.pod336 =head2 get_mod_state section
346 my $mod_state = SDL::Events::get_mod_state();
408 The inverse of L<SDL::Events::get_mod_state|SDL::Events/"get_mod_state"> allows you to impose modif…
414 Any KMOD_* constant see L<SDL::Events::get_mod_state|SDL::Events/"get_mod_state"> for constants.
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dsdl2.c314 static int get_mod_state(void) in get_mod_state() function
332 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
413 int gui_key_modifier_pressed = get_mod_state(); in handle_keyup()
552 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dwindowmanager-sdl.h31 virtual tiles_key_mod get_mod_state() const override;
H A Dwindowmanager.h153 virtual tiles_key_mod get_mod_state() const = 0;
H A Dwindowmanager-sdl.cc290 tile_event.mod = wm->get_mod_state(); in _translate_event()
320 tile_event.mod = wm->get_mod_state(); in _translate_event()
649 tiles_key_mod SDLWrapper::get_mod_state() const in get_mod_state() function in SDLWrapper
827 bool nontext_modifier_held = wm->get_mod_state() == TILES_MOD_CTRL; in send_textinput()
H A Dui.cc3627 mev.mod = wm->get_mod_state(); in to_wm_event()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dsdl2.c314 static int get_mod_state(void) in get_mod_state() function
332 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
546 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dsdl2.c314 static int get_mod_state(void) in get_mod_state() function
332 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
546 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dsdl2.c314 static int get_mod_state(void) in get_mod_state() function
332 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
546 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dsdl2.c314 static int get_mod_state(void) in get_mod_state() function
332 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
546 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/sdl2/
H A Dui_display.c597 static u_int get_mod_state(SDL_Keymod mod) { in get_mod_state() function
697 xev.xkey.state = get_mod_state(ev.key.keysym.mod); in poll_event()
724 xev.xkey.state = get_mod_state(SDL_GetModState()); in poll_event()
760 xev.xbutton.state = get_mod_state(SDL_GetModState()); in poll_event()
776 xev.xbutton.state = get_mod_state(SDL_GetModState()); in poll_event()
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dsdl2.c323 static int get_mod_state(void) in get_mod_state() function
354 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
585 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dsdl2.c326 static int get_mod_state(void) in get_mod_state() function
357 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
588 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dsdl2.c326 static int get_mod_state(void) in get_mod_state() function
357 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
588 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dsdl2.c326 static int get_mod_state(void) in get_mod_state() function
357 int gui_key_modifier_pressed = get_mod_state(); in handle_keydown()
588 scon->ignore_hotkeys = get_mod_state(); in handle_windowevent()
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dcore_events.t898 is( SDL::Events::get_mod_state(),
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog1745 - KMOD_GUI => CommandMask in get_mod_state().