Navigation
API > API/Plugins > API/Plugins/StylusInput > API/Plugins/StylusInput/FStylusState
Description
The current position of the stylus on (or above) the tablet. Always valid. This value is in logical coordinates, not pixels. The mouse position can be used to retrieve the screenspace value. A value of (0,0) is in the top-left of the tablet.
| Name | GetPosition |
| Type | function |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/IStylusState.h |
| Include Path | #include "IStylusState.h" |
FVector2D GetPosition() const