Guest User

Untitled

a guest
Mar 2nd, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1.             if (event.type == sf::Event::MouseButtonPressed && sf::Mouse::isButtonPressed(sf::Mouse::Right))
  2.                 character.callSwordHit(character);
Add Comment
Please, Sign In to add comment