Beispiel #1
0
 public void UnsubscribeInputHook(GamePadStateEvent gpse)
 {
     if (gamePadEventList.GetInvocationList().Contains(gpse))
     {
         gamePadEventList -= gpse;
     }
 }
Beispiel #2
0
 public void SubscribeInputHook(GamePadStateEvent gpse)
 {
     gamePadEventList += gpse;
 }
 public void SubscribeInputHook(GamePadStateEvent gpse)
 {
     gamePadEventList += gpse;
 }