LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cMouseButtonEvent Class Reference
An event generated whenever the mouse is moved, providing both the motion delta and the present location of pointer.
More...
#include <cMouseButtonEvent.h>
Inheritance diagram for n2l::cMouseButtonEvent:
[legend]Collaboration diagram for n2l::cMouseButtonEvent:
[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 41 of file cMouseButtonEvent.h.
Constructor & Destructor Documentation
| n2l::cMouseButtonEvent::cMouseButtonEvent |
( |
const SDL_MouseButtonEvent & |
iEvent |
) |
|
|
|
|
- Warning:
- This isn't lying when it says SysMousePos! The mouse position provided here will be adjusted by the requested aspect corrections.
Definition at line 40 of file cMouseButtonEvent.cpp. |
| n2l::cMouseButtonEvent::~cMouseButtonEvent |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void n2l::cMouseButtonEvent::button |
( |
const tMouseButton |
iButton |
) |
[virtual] |
|
| const tMouseButton n2l::cMouseButtonEvent::button |
( |
|
) |
const [virtual] |
|
| void n2l::cMouseButtonEvent::pos |
( |
const tMousePos & |
iPos |
) |
[virtual] |
|
| const tMousePos & n2l::cMouseButtonEvent::pos |
( |
|
) |
const [virtual] |
|
| void n2l::cMouseButtonEvent::pressed |
( |
const tBool |
iPressed |
) |
[virtual] |
|
| const tBool n2l::cMouseButtonEvent::pressed |
( |
|
) |
const [virtual] |
|
| const tEventType n2l::cMouseButtonEvent::type |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files: