events: Note that SDL_PenProximityEvent::pen_state was added for 3.4.16.
Build (All) / Create test plan (push) Canceled after 0s
Build (All) / level1 (push) Skipped
Build (All) / level2 (push) Skipped

(cherry picked from commit e4c41d393b)
This commit is contained in:
Ryan C. Gordon
2026-08-18 21:02:51 -04:00
parent 82fb81f3d3
commit 9b3b6d5a48
+1 -1
View File
@@ -830,7 +830,7 @@ typedef struct SDL_PenProximityEvent
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
SDL_WindowID windowID; /**< The window with pen focus, if any */
SDL_PenID which; /**< The pen instance id */
SDL_PenInputFlags pen_state; /**< Complete pen input state at time of event */
SDL_PenInputFlags pen_state; /**< Complete pen input state at time of event (added in 3.4.16). */
} SDL_PenProximityEvent;
/**