Sam Lantinga
|
43da35b567
Back out documentation changes in favor of https://github.com/libsdl-org/SDL/pull/4794
|
4 jaren geleden |
Sam Lantinga
|
0dc57b0f08
Remove slightly misleading comment in the example code
|
4 jaren geleden |
Sam Lantinga
|
ddf1d5c553
Update documentation to reflect that a single SDL_PumpEvents() each frame is the recommended way to handle events
|
4 jaren geleden |
Sam Lantinga
|
88e9f7765c
Fixed relative mouse mode using warping after https://github.com/libsdl-org/SDL/commit/82793ac279d19b5bde8fc2bd62877b05ba5a76e0
|
4 jaren geleden |
Sam Lantinga
|
a1fabca162
Removed mouse warping for local mice and improved warp handling for mouse over RDP
|
4 jaren geleden |
Sam Lantinga
|
82793ac279
Fixed mouse warping while in relative mode
|
4 jaren geleden |
Sylvain
|
072e3fdfc4
Fixed bug #4534: NEON implementation of Convert51ToStereo (Thanks Ryan!)
|
4 jaren geleden |
Sam Lantinga
|
5e89b3c89e
Don't need to use raw input to track the mouse during mouse capture (thanks Brick!)
|
4 jaren geleden |
Brick
|
0b6a821188
Messages posted on the same tick are not new
|
4 jaren geleden |
Rémy Tassoux
|
0789610cfb
Add SDL_HINT_WINDOW_NO_ACTIVATION_WHEN_SHOWN
|
4 jaren geleden |
Sam Lantinga
|
227c33b8ec
Add note about SDL_TICKS_PASSED hitting int overflow problems with large timeouts
|
4 jaren geleden |
Sam Lantinga
|
1fa154fda3
Fix weak enforcement of timeouts in SDL_WaitEventTimeout_Device. This will loop pumping events and waiting for a system event to come in. However not all system events will turn into an SDL event. It's not unusual for a Windows message to be some internal thing that SDL doesn't convert into a message. In that case the loop will simple circle but not exit. As long as such messages are coming in the loop will continue to run regardless of the timeout. When messages finally stop it'll still wait for the full timeout so you can have arbitrarily long delays.
|
4 jaren geleden |
Sam Lantinga
|
2423c51471
Work around hang in AAudioStream_write() during extended shared object loading while running in a debugger. Observed on a OnePlus 8T (KB2005) running Oxygen OS 11.0.10.10.KB05AA.
|
4 jaren geleden |
Sylvain
|
325ae5c35d
Android: getCurrentOrientation uses getContext() to retrieve the activity (see bug #4825)
|
4 jaren geleden |
Erik Soma
|
0e294e90ae
Ensure that SDL_InitSubSystem quits subsystems after an error. (#4834)
|
4 jaren geleden |
Ozkan Sezer
|
6149e60136
remove IsWin10FCUorNewer() -- not used since commit 40ed9f75c9e1ed
|
4 jaren geleden |
Ozkan Sezer
|
311671a029
fixed build after commit 6e356e20ad
|
4 jaren geleden |
Rémy Tassoux
|
6e356e20ad
Fix mouse focus being set to null when a captured mouse cursor leaves the window.
|
4 jaren geleden |
Cameron Cawley
|
9ee6942e79
Improve RISC OS implementations of SDL_GetBasePath and SDL_GetPrefPath
|
4 jaren geleden |
Cameron Cawley
|
3db898c5b6
riscos: Implement SDL_GetPrefPath()
|
6 jaren geleden |
Sylvain
|
723f5cea43
Fixed bug #4825 - NullPointerException on SDLActivity.getCurrentOrientation() (Thanks Benau!)
|
4 jaren geleden |
Ryan C. Gordon
|
1b49f09243
include: manually ran wikiheaders.pl and cleaned up the obvious issues.
|
4 jaren geleden |
Ryan C. Gordon
|
55f60847cb
wikiheaders.pl: Try to handle functions with multiple declarations better.
|
4 jaren geleden |
Ryan C. Gordon
|
3970a885a5
wikiheaders.pl: Migrate in docs that exist only in the wiki.
|
4 jaren geleden |
Ryan C. Gordon
|
194657a2c6
include: Fix indentation on SDL_SoftStretch doxygen comment.
|
4 jaren geleden |
Sam Lantinga
|
40ed9f75c9
Workaround for Windows occasionally ignoring SetCursorPos() calls
|
4 jaren geleden |
Sam Lantinga
|
373216ae5b
Added support for touchpads in the Linux evdev code (thanks Francisco!)
|
4 jaren geleden |
Sam Lantinga
|
16aeb8d0f5
Guarantee that we don't dispatch any mouse motion from before or including the last mouse warp
|
4 jaren geleden |
Sam Lantinga
|
649466f491
Flush any pending mouse motion when warping the mouse cursor
|
4 jaren geleden |
Väinö Mäkelä
|
ad5205739e
wayland: Only dispatch frame events in Wayland_GLES_SwapWindow
|
4 jaren geleden |