Skip to content

Commit 4c6f2b8

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 5516740 commit 4c6f2b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/SDL3/SDL_pen.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ typedef enum SDL_PenAxis
130130
/**
131131
* An enum that describes the type of a pen device.
132132
*
133-
* A "direct" device is a pen that touches a graphic display (like an
134-
* Apple Pencil on an iPad's screen). "Indirect" devices touch an external
135-
* tablet surface that is connected to the machine but is not a display (like
136-
* a lower-end Wacom tablet connected over USB).
133+
* A "direct" device is a pen that touches a graphic display (like an Apple
134+
* Pencil on an iPad's screen). "Indirect" devices touch an external tablet
135+
* surface that is connected to the machine but is not a display (like a
136+
* lower-end Wacom tablet connected over USB).
137137
*
138138
* Apps may use this information to decide if they should draw a cursor; if
139139
* the pen is touching the screen directly, a cursor doesn't make sense and
@@ -152,7 +152,7 @@ typedef enum SDL_PenDeviceType
152152

153153
/**
154154
* Get the device type of the given pen.
155-
155+
*
156156
* Many platforms do not supply this information, so an app must always be
157157
* prepared to get an SDL_PEN_DEVICE_TYPE_UNKNOWN result.
158158
*

0 commit comments

Comments
 (0)