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 IStylusMessageHandler
Remarks
Interface to implement for classes that want to receive messages when a stylus state change occurs. Will trigger once per frame.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnStylusStateChanged
(
const FStylusState& NewState, |