Ryan C. Gordon
|
0713c1e53b
Patched to compile on Android when audio subsystem is disabled (thanks, Jonas!)
|
10 years ago |
Sam Lantinga
|
3e4a8ce1c2
Fixed detecting the NVIDIA controller which shows up as both a mouse and a game controller
|
10 years ago |
Joseba Garc?a Etxebarria
|
41961e4f31
Cast the result of calling getButtonState to an Integer
|
10 years ago |
Sam Lantinga
|
c5d9d1646f
Added a game controller entry for the NVIDIA Controller
|
10 years ago |
Edward Rudd
|
c7ec9c1d85
handle the case where the ibus address can't be found. (prevents nasty crash)
|
10 years ago |
Ryan C. Gordon
|
64237d7f01
Patched to compile on Android (I hope).
|
10 years ago |
Ryan C. Gordon
|
f9041771d5
Android: more separate-mouse-and-touch work.
|
10 years ago |
Sam Lantinga
|
236deab49b
Fixed relative mouse motion moving farther and farther off screen.
|
10 years ago |
Ryan C. Gordon
|
a0e878aafb
Minor input grab clarifications.
|
10 years ago |
Joseba Garc?a Etxebarria
|
7399062855
Renamed SDLGenericMotionListener back to SDLGenericMotionListener_API12
|
10 years ago |
Philipp Wiesemann
|
e7a659ebcc
Removed not needed call to SDL_free().
|
10 years ago |
Philipp Wiesemann
|
37672303d3
Android: Removed outdated comment from source.
|
10 years ago |
Ryan C. Gordon
|
03f5185eff
Make the Dynamic API master switch more clear.
|
10 years ago |
Ryan C. Gordon
|
1270247ccd
Add a hint watch callback for SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH.
|
10 years ago |
Ryan C. Gordon
|
83a44680cb
Removed unnecessary SDL_log.h include.
|
10 years ago |
Joseba Garc?a Etxebarria
|
ca7b18e43f
* More Android patch work
|
10 years ago |
Joseba Garc?a Etxebarria
|
387fa5dcfb
* Improve mouse support in Android. These changes require Android API v12 to compile
|
10 years ago |
Ryan C. Gordon
|
87ef19c44a
Keep track of maximum number of events in-flight in the SDL queue at once.
|
10 years ago |
Ryan C. Gordon
|
3f9f0027bc
Patched to compile on C89 compilers.
|
10 years ago |
Ryan C. Gordon
|
672ccb4f54
Make the signal handler hint more generic.
|
10 years ago |
Ryan C. Gordon
|
a91a5604cd
Added a hint to prevent SDL from installing signal handlers.
|
10 years ago |
Ryan C. Gordon
|
162ef5eae9
Cleanups in the joystick code.
|
10 years ago |
Ryan C. Gordon
|
4a071b311b
Mac: patched to compile with haptic subsystem disabled (thanks, Rodrigo!).
|
10 years ago |
Ryan C. Gordon
|
9470f4a2bd
Better fixes for CMake subsystem enabling (thanks, Sebastian!).
|
10 years ago |
Ryan C. Gordon
|
d9f378530b
Make SDL error string formatting deal with nasty corner cases.
|
10 years ago |
Ryan C. Gordon
|
54f4725a12
Ran hardcoded game controller database through sort_controllers.py.
|
10 years ago |
Ryan C. Gordon
|
a300a73501
Added Logitect RumblePad 2 controller mapping for Linux (thanks, Nicholas!).
|
10 years ago |
Ryan C. Gordon
|
878c2324b1
winmm: Let audio callback buffer size be less than 1/4 second (thanks, Jon!).
|
10 years ago |
Ryan C. Gordon
|
ac2bb3f200
configure script: fix recursive mutex test on Linux systems (thanks, Ozkan!).
|
10 years ago |
Ryan C. Gordon
|
c76130c9cc
X11: Reenabled setlocale() and fork() for message boxes.
|
10 years ago |