Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2.c68 static struct sdl2_console *get_scon_from_window(uint32_t window_id) in get_scon_from_window() function
390 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keydown()
476 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keyup()
488 struct sdl2_console *scon = get_scon_from_window(ev->text.windowID); in handle_textinput()
503 struct sdl2_console *scon = get_scon_from_window(ev->motion.windowID); in handle_mousemotion()
535 struct sdl2_console *scon = get_scon_from_window(ev->button.windowID); in handle_mousebutton()
559 struct sdl2_console *scon = get_scon_from_window(ev->wheel.windowID); in handle_mousewheel()
587 struct sdl2_console *scon = get_scon_from_window(ev->window.windowID); in handle_windowevent()