Loading...
Searching...
No Matches
sf::Event::MouseButtonEvent Struct Reference
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
Mouse::Button | button |
Code of the button that has been pressed. | |
int | x |
X position of the mouse pointer, relative to the left of the owner window. | |
int | y |
Y position of the mouse pointer, relative to the top of the owner window. |
Detailed Description
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased)
Member Data Documentation
◆ button
Mouse::Button sf::Event::MouseButtonEvent::button |
◆ x
int sf::Event::MouseButtonEvent::x |
◆ y
int sf::Event::MouseButtonEvent::y |
The documentation for this struct was generated from the following file: