Skip to content

Commit ac9454b

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent e2bbbdc commit ac9454b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/SDL3/SDL_pen.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ typedef enum SDL_PenDeviceType
144144
* Get the device type of the given pen.
145145
*
146146
* \param instance_id the pen instance ID.
147-
* \returns the device type of the given pen, or SDL_PEN_DEVICE_TYPE_INVALID on failure; call SDL_GetError() for more information.
147+
* \returns the device type of the given pen, or SDL_PEN_DEVICE_TYPE_INVALID
148+
* on failure; call SDL_GetError() for more information.
148149
*
149150
* \threadsafety It is safe to call this function from any thread.
150151
*

0 commit comments

Comments
 (0)