Home
last modified time | relevance | path

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

/qemu/ui/
A Dui-hmp-cmds.c62 int button_state = qdict_get_int(qdict, "button_state"); in hmp_mouse_button() local
64 if (mouse_button_state == button_state) { in hmp_mouse_button()
67 qemu_input_update_buttons(NULL, bmap, mouse_button_state, button_state); in hmp_mouse_button()
69 mouse_button_state = button_state; in hmp_mouse_button()
/qemu/hw/display/
A Dtrace-events8 xenfb_mouse_event(void *opaque, int dx, int dy, int dz, int button_state, int abs_pointer_wanted) "…
9 xenfb_key_event(void *opaque, int scancode, int button_state) "%p scancode %d bs 0x%x"
/qemu/
A Dhmp-commands.hx739 .args_type = "button_state:i",

Completed in 8 milliseconds