|
El Octavio
1.0
This is a video game about adventures.
|
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased) More...
#include <Event.hpp>
Public Attributes | |
| Mouse::Button | button |
| Code of the button that has been pressed. More... | |
| int | x |
| X position of the mouse pointer, relative to the left of the owner window. More... | |
| int | y |
| Y position of the mouse pointer, relative to the top of the owner window. More... | |
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased)
| Mouse::Button sf::Event::MouseButtonEvent::button |
| int sf::Event::MouseButtonEvent::x |
| int sf::Event::MouseButtonEvent::y |