Sam Lantinga
|
bcbf09acde
Renamed SDL_AttachVirtualJoystickEx() to SDL_AttachVirtualJoystick()
|
1 year ago |
Frank Praznik
|
1f43c88220
time: Use a function instead of properties to retrieve the system date and time locale info
|
1 year ago |
Sam Lantinga
|
04be04c338
Removed mostly unused SDL_errorcode
|
1 year ago |
Ryan C. Gordon
|
7a36504952
storage: SDL_WriteStorageFile() wasn't marked as SDLCALL.
|
1 year ago |
Sam Lantinga
|
1862a62b5d
Replaced SDL_GetNumTouchFingers() and SDL_GetTouchFinger() with SDL_GetTouchFingers()
|
1 year ago |
Ryan C. Gordon
|
6e1ed94913
ios: Renamed APIs that referred to "iPhone" to refer to "iOS".
|
1 year ago |
Ryan C. Gordon
|
98e9f361a8
winrt: Remove SDL_WinRTGetFSPathUNICODE, rename SDL_WinRTGetFSPathUTF8.
|
1 year ago |
Ryan C. Gordon
|
764207d873
filesystem: Added SDL_GlobDirectory() and SDL_GlobStorageDirectory().
|
2 years ago |
Sam Lantinga
|
8847b35244
Separate joystick power state into battery status and percentage
|
2 years ago |
Sam Lantinga
|
b9a88bbecb
Removed SDL_TextInputShown()
|
2 years ago |
Cameron Gutman
|
f14fb979c1
Remove legacy SDL2 input grab API
|
2 years ago |
Sam Lantinga
|
c0f4565552
Added SDL_GetKeyboardName() and SDL_GetMouseName()
|
2 years ago |
Sam Lantinga
|
2fe1a6a279
Initial support for hotplugging mice and keyboards
|
2 years ago |
Frank Praznik
|
a6fbf0488c
Add time and realtime clock functions
|
2 years ago |
Sam Lantinga
|
90e2551c4f
Sort the SDL API symbols
|
2 years ago |
Sam Lantinga
|
a1a0156756
Renamed SDL_SizeIO() SDL_GetIOSize()
|
2 years ago |
Sam Lantinga
|
df0f5deddf
Added SDL_IOFromDynamicMem()
|
2 years ago |
Sam Lantinga
|
747300b356
SDL file times are 64-bit integers representing nanoseconds since the Unix epoch
|
2 years ago |
Sam Lantinga
|
9153287fa0
Added storage filesystem operations to the exported function list
|
2 years ago |
Sam Lantinga
|
d65ae710a1
Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention
|
2 years ago |
Sam Lantinga
|
ec3ba387d1
Added SDL_OpenFileStorage() for local file storage
|
2 years ago |
Sam Lantinga
|
db0c1d7aeb
Added portable file and directory operations (thanks @icculus!)
|
2 years ago |
Sam Lantinga
|
fe5c34d4bd
Renamed storage functions to match SDL 3.0 naming convention
|
2 years ago |
Ethan Lee
|
744227e6ab
Add SDL_storage
|
2 years ago |
Ryan C. Gordon
|
b7cda16613
iostream: Final fixes before merging.
|
2 years ago |
Ryan C. Gordon
|
3a344cf877
rwops: Fixed some SDL2 symbols that got missed.
|
2 years ago |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
2 years ago |
Ryan C. Gordon
|
cc58da4c63
rwops: Add SDL_GetRWStatus, make the statuses into an enum.
|
2 years ago |
Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
2 years ago |
Ryan C. Gordon
|
655ceb3b31
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
|
2 years ago |