Beispiel #1
0
 public WaitForPressThunk(InputControl control)
 {
     Subscription = control.AddListener(EventHandler);
 }