Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input > API/Plugins/CommonUI/Input/FCommonAnalogCursor
References
| |
|
| Module |
CommonUI |
| Header |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonAnalogCursor.h |
| Include |
#include "Input/CommonAnalogCursor.h" |
Syntax
enum EShoulderButtonFlags
&123;
None = 0,
LeftShoulder = 1 << 0,
RightShoulder = 1 << 1,
LeftTrigger = 1 << 2,
RightTrigger = 1 << 3,
All = LeftShoulder | RightShoulder | LeftTrigger | RightTrigger,
&125;
Values
| Name |
Description |
| None |
|
| LeftShoulder |
|
| RightShoulder |
|
| LeftTrigger |
|
| RightTrigger |
|
| All |
|