Molybden API
Loading...
Searching...
No Matches
molybden::MouseEvent Struct Reference

A common interface that all mouse events must extend. More...

#include <input_events.hpp>

Inheritance diagram for molybden::MouseEvent:
molybden::MouseDragged molybden::MouseEntered molybden::MouseExited molybden::MouseMoved molybden::MousePressed molybden::MouseReleased molybden::MouseWheel

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)
 

Detailed Description

A common interface that all mouse events must extend.


The documentation for this struct was generated from the following file: