File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ support pen input. If your pen supports some piece of functionality but SDL
3939doesn't seem to, it might actually be the operating system's fault. For
4040example, some platforms can manage multiple devices at the same time, but
4141others will make any connected pens look like a single logical device, much
42- how all USB mice connected to a computer will move the same system cursor.
43- Other platforms might not support pen buttons, or the distance axis, etc.
44- Very few platforms can even report _ what_ functionality the pen supports in
45- the first place, so best practices is to either build UI to let the user
46- configure their pens, or be prepared to handle new functionality for a pen
47- the first time an event is reported.
42+ like how all USB mice connected to a computer will move the same system
43+ cursor. Other platforms might not support pen buttons, or the distance
44+ axis, etc. Very few platforms can even report _ what_ functionality the pen
45+ supports in the first place, so best practices is to either build UI to let
46+ the user configure their pens, or be prepared to handle new functionality
47+ for a pen the first time an event is reported.
4848
4949<!-- END CATEGORY DOCUMENTATION -->
5050
You can’t perform that action at this time.
0 commit comments