#include <MercuryInputEE.h>
Inheritance diagram for DeviceEEPAD:


Public Member Functions | |
| virtual void | Init (MString Name) |
| virtual bool | IsButtonDown (int ButtonNumber) |
| virtual int | NumButtons () |
| virtual void | Update () |
| virtual InputEvent | PopLastEvent () |
Private Attributes | |
| unsigned long | m_iAllKeys |
| stack< InputEvent > | m_sEvents |
| int | m_iDeviceNumber |
Definition at line 8 of file MercuryInputEE.h.
| void DeviceEEPAD::Init | ( | MString | Name | ) | [virtual] |
| bool DeviceEEPAD::IsButtonDown | ( | int | ButtonNumber | ) | [virtual] |
| int DeviceEEPAD::NumButtons | ( | ) | [virtual] |
| void DeviceEEPAD::Update | ( | ) | [virtual] |
| InputEvent DeviceEEPAD::PopLastEvent | ( | ) | [virtual] |
unsigned long DeviceEEPAD::m_iAllKeys [private] |
Definition at line 17 of file MercuryInputEE.h.
stack< InputEvent > DeviceEEPAD::m_sEvents [private] |
Definition at line 18 of file MercuryInputEE.h.
int DeviceEEPAD::m_iDeviceNumber [private] |
Definition at line 19 of file MercuryInputEE.h.