sdl2: Support mouse wheel
commit3f2fde2a0002e6a3c83d61b7976436fbaf39750c
authorCole Robinson <crobinso@redhat.com>
Mon, 21 Apr 2014 22:58:50 +0000 (21 18:58 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 29 Apr 2014 08:46:33 +0000 (29 10:46 +0200)
treeb7c61a81be545abdf735fa134b2421e1ffaaf746
parent8b15d9f1d2954c405bbbf53968f0f5660f946311
sdl2: Support mouse wheel

In SDL2, wheel movement is its own event, not a button event. Wire
it up similar to gtk.c

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2.c