#include <InputEvents.h>

Public Member Functions | |
| ButtonInputEvent (const int &key, const bool &bIsDown) | |
| ~ButtonInputEvent () | |
| virtual HashString | GetEventType () |
| int | GetKey () |
| bool | IsKeyDown () |
Static Public Attributes | |
| static HashString | cEventName = HashString(std::string("ButtonInputEvent")) |
Protected Attributes | |
| HashString | m_eventName |
| int | m_key |
| bool | m_bIsDown |
Definition at line 7 of file InputEvents.h.
| ButtonInputEvent::ButtonInputEvent | ( | const int & | key, | |
| const bool & | bIsDown | |||
| ) | [inline] |
Definition at line 10 of file InputEvents.h.
| ButtonInputEvent::~ButtonInputEvent | ( | ) | [inline] |
Definition at line 11 of file InputEvents.h.
| virtual HashString ButtonInputEvent::GetEventType | ( | ) | [inline, virtual] |
| int ButtonInputEvent::GetKey | ( | ) | [inline] |
Definition at line 14 of file InputEvents.h.
| bool ButtonInputEvent::IsKeyDown | ( | ) | [inline] |
Definition at line 15 of file InputEvents.h.
HashString ButtonInputEvent::cEventName = HashString(std::string("ButtonInputEvent")) [static] |
Definition at line 17 of file InputEvents.h.
bool ButtonInputEvent::m_bIsDown [protected] |
Definition at line 22 of file InputEvents.h.
HashString ButtonInputEvent::m_eventName [protected] |
Definition at line 20 of file InputEvents.h.
int ButtonInputEvent::m_key [protected] |
Definition at line 21 of file InputEvents.h.
1.5.9