Ramaraunt1

Untitled

Oct 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ///mouse_in_region(x1,y1,x2,y2)
  2. if (point_in_rectangle(mouse_x, mouse_y, argument0, argument1, argument2, argument3)) {
  3. return true;
  4. } else {
  5. return false;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment