Navigation
API > API/Plugins > API/Plugins/StylusInput
References
| Module | StylusInput |
| Header | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/IStylusState.h |
| Include | #include "IStylusState.h" |
Syntax
class IStylusInputDevice
Remarks
An input device representing a stylus and its current state.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStylusState | CurrentState | ||
| bool: 1 | Dirty | ||
| FStylusState | PreviousState | ||
| TArray< EStylusInputType > | SupportedInputs |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FStylusState & | Get the current stylus state. | ||
| const FStylusState & | Get the previous stylus state. | ||
| const TArray< EStylusInputType > & | Get the supported inputs of this tablet. | ||
| bool | IsDirty () |
Does the input device need to be ticked? | |
| void | Tick () |
Update the input device. Not intended to be called externally. |