コード例 #1
0
 protected virtual bool OnKeyUp(InputState state, KeyUpEventArgs args) => false;
コード例 #2
0
 public bool TriggerKeyUp(InputState screenSpaceState, KeyUpEventArgs args) => OnKeyUp(toParentSpace(screenSpaceState), args);
コード例 #3
0
 public bool TriggerKeyUp(InputState state, KeyUpEventArgs args) => OnKeyUp(getLocalState(state), args);
コード例 #4
0
 protected virtual bool OnKeyUp(InputState state, KeyUpEventArgs args)
 {
     return(false);
 }
コード例 #5
0
 public bool TriggerKeyUp(InputState state, KeyUpEventArgs args) => OnKeyUp(state, args);