aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl2-input.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-2/+2
2023-09-04ui/vc: change the argument for QemuTextConsoleMarc-André Lureau1-3/+4
2020-05-19ui/sdl2-input: use trace-events to debug key eventsVolker Rümelin1-0/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-02-21sdl2: drop qemu_input_event_send_key_qcode callGerd Hoffmann1-3/+0
2019-02-05sdl2: use only QKeyCode in sdl2_process_key()Gerd Hoffmann1-4/+3
2019-02-05kbd-state: use state tracker for sdl2Gerd Hoffmann1-25/+2
2019-02-05sdl2: remove sdl2_reset_keys() functionGerd Hoffmann1-16/+0
2018-04-09sdl2: drop dead codeGerd Hoffmann1-8/+0
2018-04-09sdl2: drop QEMU_KEY_BACKSPACE special caseGerd Hoffmann1-3/+0
2018-04-09sdl2: enable ctrl modifier keys for text consolesGerd Hoffmann1-1/+3
2018-04-09sdl2: track kbd modifier state unconditionallyGerd Hoffmann1-18/+21
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-1/+1
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange1-5/+11
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann1-6/+0
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann1-0/+106