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.c67 static struct sdl2_console *get_scon_from_window(uint32_t window_id) in get_scon_from_window() function
374 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keydown()
462 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keyup()
474 struct sdl2_console *scon = get_scon_from_window(ev->text.windowID); in handle_textinput()
489 struct sdl2_console *scon = get_scon_from_window(ev->motion.windowID); in handle_mousemotion()
521 struct sdl2_console *scon = get_scon_from_window(ev->button.windowID); in handle_mousebutton()
545 struct sdl2_console *scon = get_scon_from_window(ev->wheel.windowID); in handle_mousewheel()
573 struct sdl2_console *scon = get_scon_from_window(ev->window.windowID); in handle_windowevent()