We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bbbdc commit ac9454bCopy full SHA for ac9454b
include/SDL3/SDL_pen.h
@@ -144,7 +144,8 @@ typedef enum SDL_PenDeviceType
144
* Get the device type of the given pen.
145
*
146
* \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.
+ * \returns the device type of the given pen, or SDL_PEN_DEVICE_TYPE_INVALID
148
+ * on failure; call SDL_GetError() for more information.
149
150
* \threadsafety It is safe to call this function from any thread.
151
0 commit comments