Home
last modified time | relevance | path

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

/qemu/ui/
H A Dsdl2.c501 int max_x, max_y; in handle_mousemotion() local
512 max_y = scr_h - 1; in handle_mousemotion()
515 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion()
520 ev->motion.y > 0 && ev->motion.y < max_y)) { in handle_mousemotion()