Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 years ago |
Ryan C. Gordon
|
b70222d056
Fixed a comment typo (thanks, Dominus!).
|
5 years ago |
Alex Szpakowski
|
d5ec735a33
Add a windowID field to SDL_TouchFingerEvent (bug #4331).
|
5 years ago |
Sam Lantinga
|
eb71cd800d
Make sure we haven't changed the size of the SDL_Event structure and broken binary compatibility.
|
5 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 years ago |
Sam Lantinga
|
f225af0c1e
Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes.
|
6 years ago |
Sam Lantinga
|
7c3040e08a
First pass on the new SDL sensor API
|
6 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
7 years ago |
Sam Lantinga
|
fb14cb7425
Fixed bug 2263 - Event timestamp members are undocumented
|
7 years ago |
Sam Lantinga
|
bf4e7eb612
Fixed comment typo
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 years ago |
Philipp Wiesemann
|
cd3aefc093
Updated documentation in header file.
|
8 years ago |
Sam Lantinga
|
3615633571
Renaming of guard header names to quiet -Wreserved-id-macro
|
8 years ago |
Ryan C. Gordon
|
8e855f2fbc
Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops.
|
9 years ago |
Ryan C. Gordon
|
f9b7379341
Added SDL_DROPTEXT event, for dragging and dropping string data.
|
9 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
9 years ago |
Sam Lantinga
|
2b0140a91f
Add a new SDL_KEYMAPCHANGED SDL event to abstract notification of keyboard layout or input language changes.
|
9 years ago |
Philipp Wiesemann
|
c509e798d7
Fixed documentation of SDL_DropEvent in header file.
|
9 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
9 years ago |
Philipp Wiesemann
|
49f33b41a7
Added missing SDL_DOLLARRECORD event type documentation in header.
|
10 years ago |
Philipp Wiesemann
|
716ef0d5f2
Fixed confusing audio and touch events because of shared enumeration values.
|
10 years ago |
Ryan C. Gordon
|
0e02ce0856
Initial work on audio device hotplug support.
|
10 years ago |
Edward Rudd
|
5b5823eeb5
add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event
|
10 years ago |
Philipp Wiesemann
|
b33d2b7371
Updated README name in header.
|
10 years ago |
Sam Lantinga
|
f1ca7bd167
Clarified the documentation for SDL_FlushEvents() so people know it only affects currently queued events.
|
10 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |