Navigation
API > API/Plugins > API/Plugins/StylusInput
Identifies and describes the capabilities of a tablet drawing surface.
| Name | IStylusInputTabletContext |
| Type | class |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/StylusInputTabletContext.h |
| Include Path | #include "StylusInputTabletContext.h" |
Syntax
class IStylusInputTabletContext
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStylusInputTabletContext() |
StylusInputTabletContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ETabletHardwareCapabilities GetHardwareCapabilities() |
Returns the hardware capabilities of the device associated with the tablet context. | StylusInputTabletContext.h | |
uint32 GetID () |
Returns the unique identifier for the tablet context. | StylusInputTabletContext.h | |
FIntRect GetInputRectangle () |
Returns the dimensions of the digitizer surface in device coordinates. | StylusInputTabletContext.h | |
| Returns the name of the tablet context. | StylusInputTabletContext.h | ||
| Returns the supported properties for a tablet context. | StylusInputTabletContext.h |