OpenRA.DefaultInputHandler.OnKeyInput C# (CSharp) Method

OnKeyInput() public method

public OnKeyInput ( KeyInput input ) : void
input KeyInput
return void
        public void OnKeyInput(KeyInput input)
        {
            Sync.CheckSyncUnchanged(world, () => Ui.HandleKeyPress(input));
        }