Sam Lantinga
|
4eda58ba6a
Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the speed of the mouse.
|
8 年之前 |
Sam Lantinga
|
26f05ecb4d
Fixed missing prototypes on Android, patch from Sylvain
|
8 年之前 |
Sam Lantinga
|
84c0780e25
Fixed bug 3305 - Fixed TextInput status when the keyboard was dismissed with the dismiss key on the iPad
|
8 年之前 |
Sam Lantinga
|
a738a6fb49
Added Linux controller mapping for the Nostromo n45 Dual Analog Gamepad
|
8 年之前 |
Sam Lantinga
|
1b689c335c
Fixed bug 3503 - osx builds don't run on 10.6 as of rev. 10651
|
8 年之前 |
Sam Lantinga
|
4905cd9c09
Fixed bug 3340 - SDL_BlitScaled causes access violation in some cases.
|
8 年之前 |
Sam Lantinga
|
cb8748b719
Fixed the controller mappings for the OUYA controller
|
8 年之前 |
Sam Lantinga
|
5fcf2577fb
Added PS4 controller entries for the new Sony HID driver
|
8 年之前 |
Sam Lantinga
|
663afa911f
Added support for the DS4 USB Wireless Adaptor
|
8 年之前 |
Philipp Wiesemann
|
cd3aefc093
Updated documentation in header file.
|
8 年之前 |
Philipp Wiesemann
|
a7655d77d1
Fixed warning about storing an unused value.
|
8 年之前 |
Sam Lantinga
|
d834c08ac7
Add the controller mappings to the linked list in order
|
8 年之前 |
Sam Lantinga
|
dd5d85a4e7
Added an API to iterate over game controller mappings
|
8 年之前 |
Sam Lantinga
|
1e8f074c43
Avoid conflicts with multiple versions of udev by first trying the library that is linked with the executable, if any, and then picking the one that is in the build environment.
|
8 年之前 |
Sam Lantinga
|
5220759f03
Made it safe to update joysticks from multiple threads, fixes crash in Steam
|
8 年之前 |
Sam Lantinga
|
8bd4c6f332
Added fcitx-libs-dev to debian build dependencies, for Fcitx IME support
|
8 年之前 |
Sam Lantinga
|
4fe3fb3454
Added debian changelog entry for SDL 2.0.5
|
8 年之前 |
Sam Lantinga
|
7f764bd8d3
once more - iterating on this is annoying
|
8 年之前 |
Sam Lantinga
|
51ccc9ed8c
if the tap is explicitly disabled by code or by another program, let it remain disabled! this is different than the automatic "event tap was too slow therefore we stopped processing it" timeout which we want to re-enable after.
|
8 年之前 |
Sam Lantinga
|
25f54f0f4f
tap should default to disabled, not enabled
|
8 年之前 |
Sam Lantinga
|
354a8f276e
SDL for Mac - only enable global event tap when actually necessary (app has focus and has requested relative mouse mode or has asked for a mouse grab). in other situations the event tap impacts system performance and battery life with no benefit.
|
8 年之前 |
Ryan C. Gordon
|
ff56c7b300
checker-buildbot.sh: Disable warnings that aren't explicitly static analysis.
|
8 年之前 |
Ryan C. Gordon
|
d1c35febce
macOS: removed deprecated UpdateSystemActivity() call.
|
8 年之前 |
Ryan C. Gordon
|
fb5fd67ccb
Fixed all known static analysis bugs, with checker-279 on macOS.
|
8 年之前 |
Ryan C. Gordon
|
fd250bd636
checker-buildbot.sh: Upgraded to checker-279, deal with zero bugs detected.
|
8 年之前 |
Sam Lantinga
|
2f6ba615ee
Guess the USB VID/PID of XInput devices
|
8 年之前 |
Sam Lantinga
|
e9983c7b0f
We are comparing 16-bit values
|
8 年之前 |
Ryan C. Gordon
|
e93e91f0b5
Pacify some GCC strict-aliasing compiler warnings.
|
8 年之前 |
Sam Lantinga
|
5232b8e952
Fixed XBox One S controller mapping for firmware revision 3.1.1221.0, including back and guide buttons
|
8 年之前 |
Ryan C. Gordon
|
232ae68864
Still more compiler warning fixes for various platforms.
|
8 年之前 |