Molybden API
|
A common interface that all mouse events must extend. More...
#include <input_events.hpp>
Public Attributes | |
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. | |
Protected Member Functions | |
MouseEvent (Point location, Point location_on_screen) | |
A common interface that all mouse events must extend.