Navigation
API > API/Plugins > API/Plugins/StylusInput > API/Plugins/StylusInput/IStylusInputStylusInfo
Description
Returns a description of the button for a given index.
| Name | GetButton |
| Type | function |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/StylusInputTabletContext.h |
| Include Path | #include "StylusInputTabletContext.h" |
const IStylusInputStylusButton * GetButton
(
int32 Index
) const
Pointer to a stylus button.
Parameters
| Name | Remarks |
|---|---|
| Index | A number in [0, |
See Also
- GetNumButtons).