Example #1
0
 public UserMouseEventArgs(int userId, UserMouseButton button, UserMouseState state, int x, int y)
 {
     this.userId = userId;
     this.button = button;
     this.state  = state;
     this.x      = x;
     this.y      = y;
 }
 public UserMouseEventArgs(int userId, UserMouseButton button, UserMouseState state, int x, int y)
 {
     this.userId = userId;
     this.button = button;
     this.state = state;
     this.x = x;
     this.y = y;
 }