Exemple #1
0
 public bool KeyUp(InputStateData state)
 {
     currentSnapshot.CurrentInputState = state.Clone();
     return(StateMachine.KeyUp(state));
 }
Exemple #2
0
 public bool OnMouseWheel(InputStateData state)
 {
     currentSnapshot.CurrentInputState = state.Clone();
     return(StateMachine.OnMouseWheel(state));
 }