#include <MacHelpers.h>
Private Member Functions | |
| Mac_MouseStackEvent (MacEventType type, unsigned int time) | |
Private Attributes | |
| unsigned int | Time |
| MacEventType | Type |
| MouseButtonID | button |
| Axis | axis |
Friends | |
| class | MacMouse |
Definition at line 82 of file MacHelpers.h.
| OIS::Mac_MouseStackEvent::Mac_MouseStackEvent | ( | MacEventType | type, | |
| unsigned int | time | |||
| ) | [inline, private] |
Definition at line 87 of file MacHelpers.h.
friend class MacMouse [friend] |
Definition at line 84 of file MacHelpers.h.
unsigned int OIS::Mac_MouseStackEvent::Time [private] |
Definition at line 89 of file MacHelpers.h.
MacEventType OIS::Mac_MouseStackEvent::Type [private] |
Definition at line 90 of file MacHelpers.h.
Definition at line 91 of file MacHelpers.h.
Axis OIS::Mac_MouseStackEvent::axis [private] |
Definition at line 92 of file MacHelpers.h.
1.5.4