Sam Lantinga
|
e8dbbf8380
Renamed SDLK_a-z to SDLK_A-Z
|
1 vuosi sitten |
Sam Lantinga
|
d9dc4b320a
The keycode in key events is the base, unmodified, keycode for the current keyboard layout
|
1 vuosi sitten |
Sam Lantinga
|
b37b94453c
Fixed multi-window test programs not quitting when windows are closed
|
1 vuosi sitten |
Sam Lantinga
|
90034b16dc
The keycode in key events is affected by modifiers by default.
|
1 vuosi sitten |
Sam Lantinga
|
0dd579d40d
Removed SDL_Keysym
|
1 vuosi sitten |
Frank Praznik
|
2f276a2eea
video: Expose HDR metadata per-window
|
1 vuosi sitten |
Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
1 vuosi sitten |
Sam Lantinga
|
80a907e0e6
Backed out the viewport and cliprect changes in 9fb5a9ccac0a6bb6af02e72644c1c56dc6ab6f3e
|
1 vuosi sitten |
Sam Lantinga
|
9fb5a9ccac
Use floating point values for viewport, clip rectangle, and texture sizes
|
1 vuosi sitten |
Sam Lantinga
|
a0d1445ccb
Replaced SDL_GetRendererInfo() with SDL_GetRendererName()
|
1 vuosi sitten |
Anonymous Maarten
|
a919774fe4
Build with -Wfloat-conversion + fix all warnings
|
1 vuosi sitten |
Sam Lantinga
|
4954690828
Fixed warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
1 vuosi sitten |
Sam Lantinga
|
d141827895
Fixed positioning a window with undefined position on a specific display
|
1 vuosi sitten |
Sam Lantinga
|
c74886ab00
Added SDL_SetWindowAspectRatio() and SDL_GetWindowAspectRatio()
|
1 vuosi sitten |
Ryan C. Gordon
|
3364aff757
main: Make the main callback return value symbols smaller (thanks, @Lzard!).
|
1 vuosi sitten |
L zard
|
06aa02453a
Tests: Use the main callback code macros
|
1 vuosi sitten |
Ryan C. Gordon
|
cf2874080f
mouse: Move mouse button state from a Uint32 to a formal typedef.
|
1 vuosi sitten |
Ryan C. Gordon
|
13b18e3c41
test: Moved some `Uint32` bitfields over to typedefs.
|
1 vuosi sitten |
Anonymous Maarten
|
2123b84fbe
SDL_test: add --hide-cursor to help
|
1 vuosi sitten |
Dragon-Baroque
|
05fb91c7b4
TESTWM : Option and Keyboard action to ShowCursor and HideCursor
|
1 vuosi sitten |
Anonymous Maarten
|
18225f7bb5
libSDL3_test: don't remove windows and renders when quiting
|
1 vuosi sitten |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
1 vuosi sitten |
Sam Lantinga
|
17520c2e6e
Removed SDL_RendererFlags
|
1 vuosi sitten |
Sam Lantinga
|
b959203c9b
Use SDL_WindowFlags appropriately in SDL test code
|
1 vuosi sitten |
Sam Lantinga
|
5fa87e29e7
Removed SDL_RENDERER_ACCELERATED and SDL_RENDERER_SOFTWARE
|
1 vuosi sitten |
Cameron Gutman
|
f14fb979c1
Remove legacy SDL2 input grab API
|
2 vuotta sitten |
Sam Lantinga
|
2fe1a6a279
Initial support for hotplugging mice and keyboards
|
2 vuotta sitten |
Sam Lantinga
|
a1a0156756
Renamed SDL_SizeIO() SDL_GetIOSize()
|
2 vuotta sitten |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
2 vuotta sitten |
Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
2 vuotta sitten |