|
Molybden
|
An event indicating that the mouse has been moved out of the web page. More...
#include <input_events.hpp>
Public Member Functions | |
| MouseExited (Point location, Point location_on_screen) | |
Public Attributes | |
| MouseButton | mouse_button |
| The pressed mouse button. | |
| KeyModifiers | key_modifiers |
| The keyboard modifiers applied. | |
| MouseModifiers | mouse_modifiers |
| The mouse modifiers applied. | |
Public Attributes inherited from molybden::MouseEvent | |
| 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 | |
Protected Member Functions inherited from molybden::MouseEvent | |
| MouseEvent (Point location, Point location_on_screen) | |
An event indicating that the mouse has been moved out of the web page.