Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/FCommonAnalogCursor
| |
|
| Name |
EShoulderButtonFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonAnalogCursor.h |
| Include Path |
#include "Input/CommonAnalogCursor.h" |
Syntax
enum EShoulderButtonFlags
{
None = 0,
LeftShoulder = 1 << 0,
RightShoulder = 1 << 1,
LeftTrigger = 1 << 2,
RightTrigger = 1 << 3,
All = LeftShoulder | RightShoulder | LeftTrigger | RightTrigger,
}
Values
| Name |
Remarks |
| None |
|
| LeftShoulder |
|
| RightShoulder |
|
| LeftTrigger |
|
| RightTrigger |
|
| All |
|