Example #1
0
 public override bool check_border(int max_w, int max_h, int X, int Y)
 {
     return(sticky.check_border(max_w, max_h, X, Y));
 }