Sylvain
|
b116dd8eb8
gendynapi.py: add comment for OS-specific API (Thanks @DanielGibson!)
|
2 年之前 |
Sam Lantinga
|
cfa493c97f
Use the current timestamp for keyboard hook events
|
2 年之前 |
Sam Lantinga
|
5bc80abe0d
Added logging for SDL_DISPLAYEVENT_MOVED
|
2 年之前 |
Sam Lantinga
|
7d1bf0a9fe
Make sure the display list is up to date for window placement
|
2 年之前 |
Sam Lantinga
|
a4a80360f5
Added SDL_DISPLAYEVENT_MOVED to detect when display positioning changes
|
2 年之前 |
Sam Lantinga
|
98fa97de91
Fixed memory leak when removing existing displays
|
2 年之前 |
Frank Praznik
|
653e484da1
wayland: Handle the Num Lock and Caps Lock modifiers via modifier events
|
2 年之前 |
Sylvain
|
e93769d2c9
Extract the name of a callback paramter
|
2 年之前 |
Sylvain
|
67a4094eea
Rewrite + gendynapi into python
|
2 年之前 |
Sylvain
|
c265fb74b0
Renamed AUDIODRIVER and VIDEODRIVER hint/env to AUDIO_DRIVER and VIDEO_DRIVER
|
2 年之前 |
Ryan C. Gordon
|
7ca0d15d64
events: Changed SDL_GetEventState from a macro to a function.
|
2 年之前 |
Sam Lantinga
|
9a6bcca6b8
Use the correct name for the DualSense controllers
|
2 年之前 |
Sam Lantinga
|
9339085593
Added support for the DualSense Edge paddles
|
2 年之前 |
Sam Lantinga
|
ea714956b6
Clarified where the paddle locations are
|
2 年之前 |
Sam Lantinga
|
a71ac0eb06
Revert "Add window title to app_ids for different"
|
2 年之前 |
Frank Praznik
|
30bb8f616d
wayland: Pass through event timestamps of 0
|
2 年之前 |
Lei.Huang
|
39eab4bf44
Add window title to app_ids for different
|
2 年之前 |
Sam Lantinga
|
e8b1dfef9b
Fixed centering the D-pad on some joysticks
|
2 年之前 |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
2 年之前 |
Sam Lantinga
|
75f1eb9216
Don't assume evdev events and SDL_GetTicks() use the same time source
|
2 年之前 |
Sam Lantinga
|
57d34f2e10
Make sure we never get a zero tick_start value
|
2 年之前 |
Sam Lantinga
|
c468d93760
Removed unnecessary conversion from nanoseconds to milliseconds in SDL_GetTicks()
|
2 年之前 |
Sam Lantinga
|
82b01035d1
Reduce the chance of overflow when calculating nanosecond time
|
2 年之前 |
Ozkan Sezer
|
ed6d401616
gendynapi.pl: fix "Use of uninitialized value $7" after commit 0f9482e.
|
2 年之前 |
Sylvain
|
af5bda5ef3
Fix warnings 'macro argument should be enclosed in parentheses'
|
2 年之前 |
Frank Praznik
|
8cafde5ecc
wayland: Add high-resolution event timestamp support
|
2 年之前 |
Ozkan Sezer
|
4a22ee7277
tests: avoid redefinition warnings for MSVC _CRT_???_NO_DEPRECATE macros
|
2 年之前 |
Sam Lantinga
|
38de07d9e4
Cancel current CI actions when a PR is updated
|
2 年之前 |
Sam Lantinga
|
39e39f335e
Only cancel previous builds when iterating on pull requests
|
2 年之前 |
Ozkan Sezer
|
d6327a00fb
re-applied the SDL_NewAudioStream deconstification, including to its definition
|
2 年之前 |