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

An event indicating that the mouse has been dragged. More...

#include <input_events.hpp>

Inheritance diagram for molybden::MouseDragged:
molybden::MouseEvent

Public Member Functions

 MouseDragged (Point location, Point location_on_screen, MouseButton button, KeyModifiers key_modifiers, MouseModifiers mouse_modifiers)
 

Public Attributes

MouseButton mouse_button
 The button that is pressed during the drag.
 
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)
 

Detailed Description

An event indicating that the mouse has been dragged.


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