Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::PhysicalComponents::MouseMotionEvent Struct Reference

#include <EventListener.h>

Inheritance diagram for Teddy::PhysicalComponents::MouseMotionEvent:

Inheritance graph
[legend]
Collaboration diagram for Teddy::PhysicalComponents::MouseMotionEvent:

Collaboration graph
[legend]
List of all members.

Public Methods

 MouseMotionEvent (const Teddy::Maths::TVector2< int > &pos, const Teddy::Maths::TVector2< int > &delta)
 MouseMotionEvent (int x, int y, int dx, int dy)

Constructor & Destructor Documentation

Teddy::PhysicalComponents::MouseMotionEvent::MouseMotionEvent const Teddy::Maths::TVector2< int > &    pos,
const Teddy::Maths::TVector2< int > &    delta
[inline]
 

Definition at line 145 of file EventListener.h.

References Teddy::PhysicalComponents::Event::delta, Teddy::PhysicalComponents::Event::MouseMotionEvent_ID, Teddy::PhysicalComponents::Event::pos, and Teddy::PhysicalComponents::Event::type.

Teddy::PhysicalComponents::MouseMotionEvent::MouseMotionEvent int    x,
int    y,
int    dx,
int    dy
[inline]
 

Definition at line 128 of file EventListener2.h.

References Teddy::PhysicalComponents::Event::dx, Teddy::PhysicalComponents::Event::dy, Teddy::PhysicalComponents::Event::MouseMotionEvent_ID, Teddy::PhysicalComponents::Event::type, Teddy::PhysicalComponents::Event::x, and Teddy::PhysicalComponents::Event::y.


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