UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::input::MouseMotionEvent Struct Reference

#include <ugdk/input/events.h>

Collaboration diagram for ugdk::input::MouseMotionEvent:

Public Member Functions

 MouseMotionEvent (const math::Integer2D &_position, const math::Integer2D &_motion, const std::weak_ptr< desktop::Window > &_window)
 

Public Attributes

math::Integer2D position
 
math::Integer2D motion
 
std::weak_ptr< desktop::Windowwindow
 

Constructor & Destructor Documentation

ugdk::input::MouseMotionEvent::MouseMotionEvent ( const math::Integer2D _position,
const math::Integer2D _motion,
const std::weak_ptr< desktop::Window > &  _window 
)
inline

Member Data Documentation

math::Integer2D ugdk::input::MouseMotionEvent::motion
math::Integer2D ugdk::input::MouseMotionEvent::position
std::weak_ptr<desktop::Window> ugdk::input::MouseMotionEvent::window

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