Public Attributes | List of all members
ime::Event::MouseWheelScrollEvent Struct Reference

Mouse wheel events parameters (MouseWheelScrolled) More...

#include <Event.h>

Public Attributes

input::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 87 of file Event.h.

Member Data Documentation

◆ delta

float ime::Event::MouseWheelScrollEvent::delta

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

Definition at line 89 of file Event.h.

◆ wheel

input::Mouse::Wheel ime::Event::MouseWheelScrollEvent::wheel

Which wheel (for mice with multiple ones)

Definition at line 88 of file Event.h.

◆ x

int ime::Event::MouseWheelScrollEvent::x

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

Definition at line 90 of file Event.h.

◆ y

int ime::Event::MouseWheelScrollEvent::y

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

Definition at line 91 of file Event.h.


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