Navigation
API > API/Plugins > API/Plugins/StylusInput
This is the interface that all platform-specific implementations must implement.
| Name | IStylusInputInterfaceInternal |
| Type | class |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/IStylusInputModule.h |
| Include Path | #include "IStylusInputModule.h" |
Syntax
class IStylusInputInterfaceInternal
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGSIStylusInputDevice * GetInputDevice
(
int32 Index |
IStylusInputModule.h | ||
int32 NumInputDevices() |
IStylusInputModule.h | ||
void Tick() |
IStylusInputModule.h |