Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Mouse wheel events parameters (MouseWheelMoved) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
int | delta |
Number of ticks the wheel has moved (positive is up, negative is down) | |
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. | |
Mouse wheel events parameters (MouseWheelMoved)
int sf::Event::MouseWheelEvent::delta |
int sf::Event::MouseWheelEvent::x |
int sf::Event::MouseWheelEvent::y |