IStylusMessageHandler

Interface to implement for classes that want to receive messages when a stylus state change occurs.

Windows
MacOS
Linux

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

Name Description

Public function

void

 

OnStylusStateChanged

(
    const FStylusState& NewState,
    int32 StylusIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss