Sam Lantinga
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
3 лет назад |
Sylvain
|
a946a34452
Add Drag and drop position, for x11, wayland and MACOSX
|
3 лет назад |
Sam Lantinga
|
6b87d1938f
Added SDL_EVENT_DISPLAY_SCALE_CHANGED
|
3 лет назад |
Sam Lantinga
|
d5775f6708
The gamepad event structures caxis, cbutton, cdevice, ctouchpad, and csensor have been renamed gaxis, gbutton, gdevice, gtouchpad, and gsensor.
|
3 лет назад |
Anonymous Maarten
|
69aede6c9e
Add missing _ in SDL_EVENT_LOCALECHANGED and SSDL_EVENT_TEXTEDITING_EXT
|
3 лет назад |
Sam Lantinga
|
1ffc09c6e6
Changed SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED to be the same value as SDL_EVENT_WINDOW_SIZE_CHANGED so SDL2 applications continue to work as expected.
|
3 лет назад |
Sam Lantinga
|
22c69bccdf
Displays are now referenced by instance ID instead of index
|
3 лет назад |
Anonymous Maarten
|
758c0dd6d8
Rename mouse BUTTON(DOWN|UP) event to BUTTON_(DOWN|UP)
|
3 лет назад |
Sam Lantinga
|
bf4095359c
Removed duplicated window size events, and added SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED
|
3 лет назад |
Ryan C. Gordon
|
197340ea1c
Sync wiki -> headers.
|
3 лет назад |
Sam Lantinga
|
7b50bae524
Renamed SDL events for clarity
|
3 лет назад |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 лет назад |
Sam Lantinga
|
4f978456a8
Renamed SDL_GAMEPADDEVICEREMAPPED to SDL_GAMEPADREMAPPED
|
3 лет назад |
Sylvain
|
6863f0b2d8
Add SDL_WindowID type for SDL_Window id
|
3 лет назад |
Sam Lantinga
|
95e5417d2e
Fixed documentation warnings
|
3 лет назад |
Sam Lantinga
|
d764de77d4
Include SDL_audio.h for SDL_AudioDeviceID definition
|
3 лет назад |
Sam Lantinga
|
cefbeb582f
Mouse coordinates are floating point
|
3 лет назад |
Sam Lantinga
|
66351fd4ba
Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor()
|
3 лет назад |
Sam Lantinga
|
16092f58bb
Updated gamepad, joystick, sensor APIs, removing device indices
|
3 лет назад |
Sam Lantinga
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
3 лет назад |
Sam Lantinga
|
2db699f48e
SDL API renaming: SDL_sensor.h
|
3 лет назад |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 лет назад |
Ryan C. Gordon
|
7a5a1b16ce
events: Make sure new display events don't overlap with sdl2-compat.
|
3 лет назад |
Ryan C. Gordon
|
3197632347
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
|
3 лет назад |
Sam Lantinga
|
909b513c33
Made SDL_WINDOWEVENT_* and SDL_DISPLAYEVENT_* first class event types
|
3 лет назад |
Yevhen Babiichuk (DustDFG)
|
7fc8533b62
Use alias types for which members of event structs instead of plain types (#6841)
|
3 лет назад |
Ryan C. Gordon
|
a76053352c
gesture: Removed the gesture API from SDL3.
|
3 лет назад |
Ryan C. Gordon
|
7ca0d15d64
events: Changed SDL_GetEventState from a macro to a function.
|
3 лет назад |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
3 лет назад |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 лет назад |