index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
events
/
sdl
/
sdl-events.h
Age
Commit message (
Expand
)
Author
2019-07-08
SDL: Support joystick hat input
Cameron Cawley
2019-07-08
SDL: Initial implementation of joystick events
Cameron Cawley
2019-06-27
SDL: Fix gamepad mouse cursor wrapping on hi-res screens
Bastien Bouclet
2019-04-30
RISCOS: Add Drag and Drop support
Cameron Cawley
2018-04-04
SDL: Allow to load a custom game controller mapping file
LMerckx
2018-03-18
SDL: Split joystick mouse event generation into two functions
Bastien Bouclet
2018-01-13
SDL: Scale the joystick mouse speed with the vertical window size
Bastien Bouclet
2017-12-26
SDL: Add support for joystick hotplug
Bastien Bouclet
2017-12-26
SDL: Move the non analog joystick code to the Symbian port
Bastien Bouclet
2017-12-26
SDL: Initial support for game controllers
Bastien Bouclet
2017-10-15
BACKENDS: Fix missing mouse events when system cursor cannot be moved
Colin Snover
2017-10-15
BACKENDS: Do not send mouse events to games occurring outside the game draw rect
Colin Snover
2017-02-22
SDL: Fix erratic analog pointer + control options
rsn8887
2017-02-18
SDL: Cleanup, replaced _km.multiplier with #define
rsn8887
2017-02-18
SDL: improved internal joystick event handling
rsn8887
2017-02-17
SDL: More fixes to jerky analog joystick pointer
rsn8887
2017-02-14
SDL: Fix jerky/laggy analog joystick mouse control
rsn8887
2016-10-18
SDL: Fix typo in function name
Ori Avtalion
2016-09-20
SDL: mapKey changed as virtual function
lubomyr
2016-07-25
SDL: Fix Windows SDL1 keycodes to use the active keyboard layout
Bastien Bouclet
2015-03-05
SDL: Fake key events for unassociated TEXTINPUT events.
Johannes Schickel
2015-01-25
SDL: Add experimental support for SDL2.
Johannes Schickel
2015-01-25
SDL: Refactor WM specific functionality into SdlGraphicsManager.
Johannes Schickel
2014-02-18
SDL: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2011-08-09
SDL: Take advantage of SdlGraphicsManager.
Johannes Schickel
2011-08-06
SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.
Bastien Bouclet
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-19
SDL: Remove left over traces from the time the SdlEventSource subclassed Defa...
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-29
SDL: Move #include <SDL.h> into a special wrapper file
Max Horn
2010-11-28
SDL: Change refs to SdlEventManager to SdlEventSource
Max Horn
2010-10-13
OPENGL: Cleanup.
Johannes Schickel
2010-10-13
OPENGL: Replace SdlEventManager by SdlEventSource.
Johannes Schickel
2010-07-03
Cleanup and documentation.
Alejandro Marzini
2010-06-30
Modularized GP2XWIZ backend.
Alejandro Marzini
2010-06-29
Modularized Linuxmoto port.
Alejandro Marzini
2010-06-25
Modularized Samsung TV port.
Alejandro Marzini
2010-06-16
Fixed some disabled code that was with problems after modularization.
Alejandro Marzini
2010-06-13
Added SdlEventManager.
Alejandro Marzini