pen: Make the \since field in SDL_PenCapabilityFlags match everything else.

This commit is contained in:
Ryan C. Gordon
2024-05-25 22:55:38 -04:00
parent cf2874080f
commit 0e6db371e8

View File

@@ -110,7 +110,7 @@ typedef enum SDL_PenAxis
/**
* Pen capabilities reported by SDL_GetPenCapabilities.
*
* \since This typedef is available since SDL 3.0.0
* \since This datatype is available since SDL 3.0.0.
*/
typedef Uint64 SDL_PenCapabilityFlags;