コード例 #1
0
 public bool IsPressed(GeneralMouseButtons button)
 {
     return((Buttons & button) == button);
 }
コード例 #2
0
 public CaptureTargetUnderMouseCommand(InputStateData inputState, GeneralMouseButtons type)
 {
     InputState = inputState;
     this.type  = type;
 }