#include <MercuryInput.h>
Public Member Functions | |
| InputEvent () | |
| InputEvent (int DevNum, int BtnNum, EventType IET) | |
Public Attributes | |
| int | DeviceNumber |
| What device pressed? | |
| int | ButtonNumber |
| What was the button code for that device? | |
| EventType | Type |
| What type of button press was it? (press, release, etc?). | |
Definition at line 18 of file MercuryInput.h.
| InputEvent::InputEvent | ( | ) | [inline] |
Definition at line 21 of file MercuryInput.h.
| InputEvent::InputEvent | ( | int | DevNum, | |
| int | BtnNum, | |||
| EventType | IET | |||
| ) | [inline] |
Definition at line 22 of file MercuryInput.h.
What type of button press was it? (press, release, etc?).
Definition at line 30 of file MercuryInput.h.