Just™ Game Engine
Public Member Functions | List of all members
jng::MouseMoveEvent Class Reference

#include <mouse_events.hpp>

Inheritance diagram for jng::MouseMoveEvent:
jng::Event

Public Member Functions

 MouseMoveEvent (const float x, const float y)
 
float getX () const
 
float getY () const
 
- Public Member Functions inherited from jng::Event
virtual ~Event ()=default
 
virtual EventType getType () const =0
 
virtual const char * getName () const =0
 
virtual std::string to_string () const
 
bool isHandled () const
 

Additional Inherited Members

- Protected Attributes inherited from jng::Event
bool m_handled = false
 

Constructor & Destructor Documentation

◆ MouseMoveEvent()

jng::MouseMoveEvent::MouseMoveEvent ( const float  x,
const float  y 
)
inline

Member Function Documentation

◆ getX()

float jng::MouseMoveEvent::getX ( ) const
inline

◆ getY()

float jng::MouseMoveEvent::getY ( ) const
inline

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