Example #1
0
        private void OnEnable()
        {
            _input = new Configuration.Input();
            _input.Enable();

            _input.Camera.Pause.performed += this.OnPause;
        }
Example #2
0
        protected override void OnCreate()
        {
            base.OnCreate();

            _input = new Configuration.Input();
            _input.Enable();
        }