public KeyInputWrapper(KeyboardInputChannel input, CoreWindow window) { this.input = input; this.state = new EmulatorComponent.ControllerState(); this.window = window; }
private HIDInputWrapper(HIDInputChannel channel) { this.channel = channel; this.state = new EmulatorComponent.ControllerState(); }