IStylusInputDevice

An input device representing a stylus and its current state.

Windows
MacOS
Linux

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

Name Description

Protected variable

FStylusState

 

CurrentState

Protected variable

bool: 1

 

Dirty

Protected variable

FStylusState

 

PreviousState

Protected variable

TArray< EStylus...

 

SupportedInputs

Destructors

Name Description

Public function Virtual

~IStylusInputDevice()

Functions

Name Description

Public function Const

const FStylu...

 

GetCurrentState()

Get the current stylus state.

Public function Const

const FStylu...

 

GetPreviousState()

Get the previous stylus state.

Public function Const

const TArray...

 

GetSupportedInputs()

Get the supported inputs of this tablet.

Public function Const

bool

 

IsDirty()

Does the input device need to be ticked?

Public function

void

 

Tick()

Update the input device. Not intended to be called externally.

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