Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2.c41 static int gui_grab; /* if true, all keyboard/mouse events are grabbed */ variable
173 } else if (gui_grab) { in sdl_update_caption()
230 (gui_grab || qemu_input_is_absolute(scon->dcl.con) || absolute_enabled)) { in sdl_show_cursor()
263 gui_grab = 1; in sdl_grab_start()
270 gui_grab = 0; in sdl_grab_end()
346 gui_saved_grab = gui_grab; in toggle_full_screen()
393 if (gui_grab) { in handle_keydown()
417 if (!gui_grab) { in handle_keydown()
500 if (gui_grab && !gui_fullscreen in handle_mousemotion()
505 if (!gui_grab && in handle_mousemotion()
[all …]