Sam Lantinga
|
71f3bf90ed
Improved handling of binding buttons and axes
|
2 年之前 |
Sam Lantinga
|
1d956c2817
Rename SDL2 tests for SDL3
|
2 年之前 |
Sylvain
|
86658f2ca7
Wayland / Drag and Drop: find the current window
|
2 年之前 |
Sam Lantinga
|
9c1a9ecb4b
Removed non-float versions of SDL render API drawing functions
|
2 年之前 |
Sylvain
|
bf76fc6b05
Fixed bug #6816 - SDL_RenderSetVSync doesn't disable vsync for software renderer
|
2 年之前 |
Sam Lantinga
|
38b138cd0a
Fixed rounding of floating point values in snprintf
|
2 年之前 |
Sam Lantinga
|
72f0056961
Simulate NTSC timings for Windows desktop display modes
|
2 年之前 |
Sam Lantinga
|
b06e310c08
Fixed spinning rendering too fast
|
2 年之前 |
Sam Lantinga
|
e3c1749f5b
The refresh rate in SDL_DisplayMode is now a float
|
2 年之前 |
Sylvain Becker
|
851b0e16be
Add SDL_GetRenderVSync (see #6495) (#6965)
|
2 年之前 |
Sylvain Becker
|
023f067903
Update GL_GetSwapInterval for backends (#6963)
|
2 年之前 |
Sam Lantinga
|
d764de77d4
Include SDL_audio.h for SDL_AudioDeviceID definition
|
2 年之前 |
Mathieu Eyraud
|
fa5475ba9f
Fix joystick instance id check
|
2 年之前 |
Mathieu Eyraud
|
ea6f0ae683
Fix use after free in SDL_GetGamepads
|
2 年之前 |
Sylvain Becker
|
5cf55c4f28
Merge pull request #6969 from meyraud705/meyraud705-yuv_leak
|
2 年之前 |
Mathieu Eyraud
|
721ece7ba0
Fix memory leak in SDL_SW_CreateYUVTexture
|
2 年之前 |
Sylvain Becker
|
9148c89d23
Merge pull request #6964 from 1bsyl/br_android_orientation_bug
|
2 年之前 |
Sylvain
|
4408e9f957
Android: orientation, check for exact match to "Portrait". (see #6959)
|
2 年之前 |
Sylvain
|
c4982955b2
Android: inverse LandscapeLeft and LandscapeRight (see #6959)
|
2 年之前 |
Sylvain Becker
|
8a13533949
Handle error return value for SDL_GetSwapInterval
|
2 年之前 |
Sam Lantinga
|
a515f51ac0
Removed public joystick locking API
|
2 年之前 |
Ryan C. Gordon
|
87c8e2b942
README-migration: Added backticks to avoid markdown highlighting.
|
2 年之前 |
Ozkan Sezer
|
321c30db57
windows: more HANDLE -> HMODULE changes.
|
2 年之前 |
Ozkan Sezer
|
929da2c28e
SDL_dynapi.c: LoadLibraryA() returns HMODULE.
|
2 年之前 |
Sam Lantinga
|
324c0b76a0
Removed SDL_HasGamepads(), SDL_HasJoysticks(), and SDL_HasSensors()
|
2 年之前 |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
2 年之前 |
Sam Lantinga
|
ead4f122e4
Added basic support for %g snprintf format specifier
|
2 年之前 |
Sam Lantinga
|
cefbeb582f
Mouse coordinates are floating point
|
2 年之前 |
Sam Lantinga
|
8c3239dee5
Fixed documentation warning
|
2 年之前 |
Daniel Gibson
|
ac8a041541
SDL_main for Win32: Get rid of console_*main, add wWinMain()
|
2 年之前 |