Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2.c306 static void sdl_send_mouse_event(struct sdl2_console *scon, int dx, int dy, in sdl_send_mouse_event() function
528 sdl_send_mouse_event(scon, ev->motion.xrel, ev->motion.yrel, in handle_mousemotion()
555 sdl_send_mouse_event(scon, 0, 0, bev->x, bev->y, buttonstate); in handle_mousebutton()