Guest User

Untitled

a guest
Apr 20th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1.             if (user_interface.getPlay().clicked(window.mapPixelToCoords(sf::Mouse::getPosition(window)))==true)
  2.             {
  3.                 user_interface.setPause(false);
  4.             }
Add Comment
Please, Sign In to add comment