예제 #1
0
 public KeyInputWrapper(KeyboardInputChannel input, CoreWindow window)
 {
     this.input  = input;
     this.state  = new EmulatorComponent.ControllerState();
     this.window = window;
 }
예제 #2
0
 private HIDInputWrapper(HIDInputChannel channel)
 {
     this.channel = channel;
     this.state   = new EmulatorComponent.ControllerState();
 }