-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_PenFlag
chrisd1100 edited this page Aug 25, 2022
·
2 revisions
Pen attributes.
Name | Value | Details |
---|---|---|
MTY_PEN_FLAG_LEAVE |
0x01 |
Pen has left the drawing surface. |
MTY_PEN_FLAG_TOUCHING |
0x02 |
Pen is touching the drawing surface. |
MTY_PEN_FLAG_INVERTED |
0x04 |
The pen is inverted. |
MTY_PEN_FLAG_ERASER |
0x08 |
The eraser is touching the drawing surface. |