Colobot
|
Additional data for mouse wheel event. More...
#include <event.h>
Public Member Functions | |
std::unique_ptr< EventData > | Clone () const override |
Public Attributes | |
signed int | y = 0 |
Amount scrolled vertically, positive value is away from the user. More... | |
signed int | x = 0 |
Amount scrolled horizontally (if the mouse supports it), positive value is to the right. More... | |
Additional data for mouse wheel event.
signed int MouseWheelEventData::y = 0 |
Amount scrolled vertically, positive value is away from the user.
signed int MouseWheelEventData::x = 0 |
Amount scrolled horizontally (if the mouse supports it), positive value is to the right.