#include <ITabletInterface.h>
◆ PointerType
Enumerator |
---|
unknown | |
pen | |
cursor | |
eraser | |
@ pen
Definition: ITabletInterface.h:37
@ unknown
Definition: ITabletInterface.h:36
@ cursor
Definition: ITabletInterface.h:38
@ eraser
Definition: ITabletInterface.h:39
◆ RegisterTabletCallback()
- Parameters
-
callback | - The TabletCallback object that will receive the event updates |
- Returns
- true if the callback was registered, false otherwise
◆ UnregisterTabletCallback()
- Parameters
-
- Returns
- true if the callback was unregistered, false otherwise
◆ GetPenDown()
- Returns
- true if the stylus is touching the tablet surface, false otherwise
◆ GetPressure()
- Returns
- The stylus pressure, range 0.0 - 1.0
◆ GetRotation()
- Returns
- The stylus rotation angle
◆ GetTangentialPressure()
virtual CoreExport float GetTangentialPressure |
( |
| ) |
|
|
pure virtual |
- Returns
- The stylus tangential pressure
◆ GetX()
◆ GetY()
◆ GetZ()
◆ GetXTilt()
◆ GetYTilt()
◆ GetPointerType()