sdl2: fix copypaste issues
commit48db08cf1619afde2ad0f7df11ba3ba54c49112b
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Tue, 26 Jun 2018 06:40:17 +0000 (26 09:40 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 26 Jun 2018 11:48:49 +0000 (26 13:48 +0200)
tree3c4ce8a5a9ed0edd38afe35fb4f51d0a95bd7d95
parent54d208ffdae20fd2bee745a037607a762d3a82a9
sdl2: fix copypaste issues

This patch fixes text and mouse event processing. These functions used
'key' field of the event instead of appropriate 'text', 'motion', 'button',
or 'wheel'.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Signed-off-by: Maria Klimushenkova <maria.klimushenkova@ispras.ru>
Message-id: 20180626064017.17031.47954.stgit@pasha-VirtualBox
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2.c