Navigation
API > API/Plugins > API/Plugins/StylusInput
Interface for a stylus input event handler.
| Name | IStylusInputEventHandler |
| Type | class |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/StylusInput.h |
| Include Path | #include "StylusInput.h" |
Syntax
class IStylusInputEventHandler
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStylusInputEventHandler() |
StylusInput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetName () |
Returns the name of the event handler. | StylusInput.h | |
virtual void OnDebugEvent
(
const FString& Message, |
Callback for each debug event sent by the stylus input instance for diagnostic purposes. | StylusInput.h | |
void OnPacket
(
const FStylusInputPacket& Packet, |
Callback for each packet processed by the stylus input instance. | StylusInput.h |