aboutsummaryrefslogtreecommitdiff
path: root/backends/events/sdl/sdl-events.h
AgeCommit message (Expand)Author
2018-04-04SDL: Allow to load a custom game controller mapping fileLMerckx
2018-03-18SDL: Split joystick mouse event generation into two functionsBastien Bouclet
2018-01-13SDL: Scale the joystick mouse speed with the vertical window sizeBastien Bouclet
2017-12-26SDL: Add support for joystick hotplugBastien Bouclet
2017-12-26SDL: Move the non analog joystick code to the Symbian portBastien Bouclet
2017-12-26SDL: Initial support for game controllersBastien Bouclet
2017-10-15BACKENDS: Fix missing mouse events when system cursor cannot be movedColin Snover
2017-10-15BACKENDS: Do not send mouse events to games occurring outside the game draw rectColin Snover
2017-02-22SDL: Fix erratic analog pointer + control optionsrsn8887
2017-02-18SDL: Cleanup, replaced _km.multiplier with #definersn8887
2017-02-18SDL: improved internal joystick event handlingrsn8887
2017-02-17SDL: More fixes to jerky analog joystick pointerrsn8887
2017-02-14SDL: Fix jerky/laggy analog joystick mouse controlrsn8887
2016-10-18SDL: Fix typo in function nameOri Avtalion
2016-09-20SDL: mapKey changed as virtual functionlubomyr
2016-07-25SDL: Fix Windows SDL1 keycodes to use the active keyboard layoutBastien Bouclet
2015-03-05SDL: Fake key events for unassociated TEXTINPUT events.Johannes Schickel
2015-01-25SDL: Add experimental support for SDL2.Johannes Schickel
2015-01-25SDL: Refactor WM specific functionality into SdlGraphicsManager.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-08-06SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.Bastien Bouclet
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19SDL: Remove left over traces from the time the SdlEventSource subclassed Defa...Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-28SDL: Change refs to SdlEventManager to SdlEventSourceMax Horn
2010-10-13OPENGL: Cleanup.Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-07-03Cleanup and documentation.Alejandro Marzini
2010-06-30Modularized GP2XWIZ backend.Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-25Modularized Samsung TV port.Alejandro Marzini
2010-06-16Fixed some disabled code that was with problems after modularization.Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini