File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments