AaronCameron.net
There have to be easier ways to commit suicide.
Not a Member? - Login or Create an Account...MC Offline
Saturday the 25th of May 2013 @ 09:49am
Front Page Journal Projects Your Profile About
[]

LibN2L-4 Library Code Reference

Classes
Compounds
Files
Members
Method Index
Full Reference

n2l::cMouseMotionEvent Class Reference

An event generated whenever the mouse is moved, providing both the motion delta and the present location of pointer. More...

#include <cMouseMotionEvent.h>

Inheritance diagram for n2l::cMouseMotionEvent:

Inheritance graph
[legend]
Collaboration diagram for n2l::cMouseMotionEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions


Detailed Description

An event generated whenever the mouse is moved, providing both the motion delta and the present location of pointer.

Definition at line 40 of file cMouseMotionEvent.h.


Constructor & Destructor Documentation

n2l::cMouseMotionEvent::cMouseMotionEvent const SDL_MouseMotionEvent &  iEvent  ) 
 

Definition at line 32 of file cMouseMotionEvent.cpp.

n2l::cMouseMotionEvent::cMouseMotionEvent const tSysMousePos iPos,
const tSysMousePos iDelta
 

Definition at line 39 of file cMouseMotionEvent.cpp.

n2l::cMouseMotionEvent::~cMouseMotionEvent  )  [virtual]
 

Definition at line 47 of file cMouseMotionEvent.cpp.


Member Function Documentation

const tMousePos & n2l::cMouseMotionEvent::delta  )  const [virtual]
 

Definition at line 64 of file cMouseMotionEvent.cpp.

void n2l::cMouseMotionEvent::pos const tMousePos iPos  )  [virtual]
 

Definition at line 58 of file cMouseMotionEvent.cpp.

const tMousePos & n2l::cMouseMotionEvent::pos  )  const [virtual]
 

Definition at line 52 of file cMouseMotionEvent.cpp.

Referenced by n2l::cGuiCanvas::systemEvent(), and n2l::cGuiCanvas::systemEventOutside().

const tEventType n2l::cMouseMotionEvent::type  )  const [virtual]
 

Implements n2l::cEventInterface.

Definition at line 70 of file cMouseMotionEvent.cpp.

References n2l::EventType_MouseMotion.


The documentation for this class was generated from the following files:
©2013 Aaron Cameron