8#import <CoreMotion/CoreMotion.h>
10#import <GameController/GameController.h>
19#define KEYCODE_ENTER 1000
20#define KEYCODE_BACKSPACE 1001
21#define KEYCODE_ESCAPE 1002
22#define KEYCODE_TAB 1003
23#define KEYCODE_LEFT 1004
24#define KEYCODE_RIGHT 1005
25#define KEYCODE_DOWN 1006
26#define KEYCODE_UP 1007
27#define KEYCODE_LEFT_CONTROL 1008
28#define KEYCODE_LEFT_SHIFT 1009
29#define KEYCODE_LEFT_ALT 1010
30#define KEYCODE_LEFT_COMMAND 1011
31#define KEYCODE_CAPS_LOCK 1012
32#define KEYCODE_RIGHT_CONTROL 1013
33#define KEYCODE_RIGHT_SHIFT 1014
34#define KEYCODE_RIGHT_ALT 1015
35#define KEYCODE_RIGHT_COMMAND 1016
36#define KEYCODE_F1 1017
37#define KEYCODE_F2 1018
38#define KEYCODE_F3 1019
39#define KEYCODE_F4 1020
40#define KEYCODE_F5 1021
41#define KEYCODE_F6 1022
42#define KEYCODE_F7 1023
43#define KEYCODE_F8 1024
44#define KEYCODE_F9 1025
45#define KEYCODE_F10 1026
46#define KEYCODE_F11 1027
47#define KEYCODE_F12 1028
48#define KEYCODE_F13 1029
49#define KEYCODE_F14 1030
50#define KEYCODE_F15 1031
51#define KEYCODE_F16 1032
52#define KEYCODE_F17 1033
53#define KEYCODE_F18 1034
54#define KEYCODE_F19 1035
55#define KEYCODE_F20 1036
169 void ProcessDeferredEvents();
173 bool bAllowRemoteRotation;
176 bool bGameSupportsMultipleActiveControllers;
179 bool bControllersBlockDeviceFeedback;
199 bool bIsCalibrationRequested;
211 float LastHapticValue;
213 int HapticFeedbackSupportLevel;
221 static bool bKeyboardInhibited;
223 static FName InputClassName_DefaultMobileTouch;
224 static FString HardwareDeviceIdentifier_DefaultMobileTouch;
EGLSurface EGLint const EGLint EGLnsecsANDROID * values
Definition AndroidOpenGLFunctions.h:11
PlayerIndex
Definition AppleControllerInterface.h:24
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::FPlatformRecursiveMutex FCriticalSection
Definition CriticalSection.h:53
Definition AppleControllerInterface.h:64
bool bAllowControllers
Definition AppleControllerInterface.h:153
Definition NameTypes.h:617
Definition OutputDevice.h:133
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition IOSInputInterface.h:91
uint32 charcode
Definition IOSInputInterface.h:94
uint32 keycode
Definition IOSInputInterface.h:93
EIOSEventType type
Definition IOSInputInterface.h:92
Definition IInputInterface.h:26