Documentation de SFML 2.3.2

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::Event::MouseWheelScrollEvent Struct Reference

Mouse wheel events parameters (MouseWheelScrolled) More...

#include <Event.hpp>

Public Attributes

Mouse::Wheel wheel
 Which wheel (for mice with multiple ones) More...
 
float delta
 Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets. 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...
 

Detailed Description

Mouse wheel events parameters (MouseWheelScrolled)

Definition at line 120 of file Event.hpp.

Member Data Documentation

float sf::Event::MouseWheelScrollEvent::delta

Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets.

Definition at line 123 of file Event.hpp.

Mouse::Wheel sf::Event::MouseWheelScrollEvent::wheel

Which wheel (for mice with multiple ones)

Definition at line 122 of file Event.hpp.

int sf::Event::MouseWheelScrollEvent::x

X position of the mouse pointer, relative to the left of the owner window.

Definition at line 124 of file Event.hpp.

int sf::Event::MouseWheelScrollEvent::y

Y position of the mouse pointer, relative to the top of the owner window.

Definition at line 125 of file Event.hpp.


The documentation for this struct was generated from the following file: