#include <xrb_input_events.hpp>
Public Member Functions | |
EventMouseWheel (Key::Code button_code, ScreenCoordVector2 const &position, Key::Modifier modifier, Float time) | |
Constructs an EventMouseButton with the given parameters. | |
virtual | ~EventMouseWheel () |
Destructor. |
This event indicates the mouse wheel has been scrolled. One of these events will be generated for each individual click of the mouse's scroll wheel.
Definition at line 386 of file xrb_input_events.hpp.