![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "GenericPlatform/GenericPlatformInput.h"Macros | |
| #define | ADDKEYMAP(KeyCode, KeyName) if (NumMappings<MaxMappings) { KeyCodes[NumMappings]=KeyCode; KeyNames[NumMappings]=KeyName; ++NumMappings; }; |
| #define ADDKEYMAP | ( | KeyCode, | |
| KeyName | |||
| ) | if (NumMappings<MaxMappings) { KeyCodes[NumMappings]=KeyCode; KeyNames[NumMappings]=KeyName; ++NumMappings; }; |