You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
11 lines
426 B
INI
11 lines
426 B
INI
[MacInput]
|
|
; This changes what EKeys::Platform_Delete will be set to on the Mac platform.
|
|
;
|
|
; If this is true (default), then EKeys::Platform_Delete will be EKeys::Backspace.
|
|
; If this is false, then EKeys::Platform_Delete will be set to EKeys::Delete.
|
|
;
|
|
; See FMacPlatformInput::GetPlatformDeleteKey for implementation
|
|
bPlatformDeleteIsBackspace=true
|
|
|
|
[InputPlatformSettings_Mac InputPlatformSettings]
|
|
MaxPlatformUserCount=8 |