summaryrefslogtreecommitdiffstats
path: root/ui/gtk.c
diff options
context:
space:
mode:
authorGerd Hoffmann2013-11-27 17:41:40 +0100
committerGerd Hoffmann2014-03-05 09:52:02 +0100
commitedd85a3d9eff57f92f3c07a51eec5452ca8a24ef (patch)
tree7dee8df7f70821e2b9c2727090f1342424affebd /ui/gtk.c
parentinput: mouse: add qemu_input_is_absolute() (diff)
downloadqemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.tar.gz
qemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.tar.xz
qemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.zip
input: mouse: switch legacy handlers to new core
legacy mouse event handlers are registered in the new core, so they receive events submitted to the new input core. legacy kbd_mouse_event() continues to use the old code paths. So new-core event handlers wouldn't see events submitted via kbd_mouse_event. This leads to the constrain that we we must transition all kbd_mouse_event() users first to keep things working. But that is easier to handle than translating legacy mouse events into new-core mouse events ;) Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/gtk.c')
0 files changed, 0 insertions, 0 deletions