mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-23 18:42:45 +08:00
pen: Fixed a comment typo.
[ci skip]
This commit is contained in:
@@ -53,12 +53,12 @@
|
|||||||
* doesn't seem to, it might actually be the operating system's fault. For
|
* doesn't seem to, it might actually be the operating system's fault. For
|
||||||
* example, some platforms can manage multiple devices at the same time, but
|
* example, some platforms can manage multiple devices at the same time, but
|
||||||
* others will make any connected pens look like a single logical device, much
|
* others will make any connected pens look like a single logical device, much
|
||||||
* how all USB mice connected to a computer will move the same system cursor.
|
* like how all USB mice connected to a computer will move the same system
|
||||||
* Other platforms might not support pen buttons, or the distance axis, etc.
|
* cursor. Other platforms might not support pen buttons, or the distance
|
||||||
* Very few platforms can even report _what_ functionality the pen supports in
|
* axis, etc. Very few platforms can even report _what_ functionality the pen
|
||||||
* the first place, so best practices is to either build UI to let the user
|
* supports in the first place, so best practices is to either build UI to let
|
||||||
* configure their pens, or be prepared to handle new functionality for a pen
|
* the user configure their pens, or be prepared to handle new functionality
|
||||||
* the first time an event is reported.
|
* for a pen the first time an event is reported.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SDL_pen_h_
|
#ifndef SDL_pen_h_
|
||||||
|
|||||||
Reference in New Issue
Block a user