Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Represents input device analog sticks that are available
NOTE: Make sure to keep this type in sync with the reflected version in NoExportTypes.h!
| Name | EInputDeviceAnalogStickMask |
| Type | enum |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
Syntax
enum EInputDeviceAnalogStickMask
{
None = 0x00,
Left = 0x01,
Right = 0x02,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Left | |
| Right |