Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 ngày trước cách đây
mục cha
commit
ac9454b73e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      include/SDL3/SDL_pen.h

+ 2 - 1
include/SDL3/SDL_pen.h

@@ -144,7 +144,8 @@ typedef enum SDL_PenDeviceType
  * Get the device type of the given pen.
  * Get the device type of the given pen.
  *
  *
  * \param instance_id the pen instance ID.
  * \param instance_id the pen instance ID.
- * \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
+ *          on failure; call SDL_GetError() for more information.
  *
  *
  * \threadsafety It is safe to call this function from any thread.
  * \threadsafety It is safe to call this function from any thread.
  *
  *