Molybden API
|
An event indicating that the mouse wheel button has been rotated. More...
#include <input_events.hpp>
Public Member Functions | |
MouseWheel (Point location, Point location_on_screen, KeyModifiers key_modifiers, ScrollType scroll_type, float delta_x, float delta_y) | |
Public Attributes | |
ScrollType | scroll_type |
The scroll type of the event. | |
KeyModifiers | key_modifiers |
The keyboard modifiers applied. | |
float | delta_x |
The amount of units to scroll horizontally. | |
float | delta_y |
The amount of units to scroll horizontally. | |
![]() | |
Point | location |
The mouse position inside the browser view. | |
Point | location_on_screen |
The mouse position on the screen where the browser view is located. | |
Additional Inherited Members | |
![]() | |
MouseEvent (Point location, Point location_on_screen) | |
An event indicating that the mouse wheel button has been rotated.