Dragonfly 4.20
A text-based game engine
|
Public Member Functions | |
void | setSocketIndex (int new_socket_index) |
int | getSocketIndex () const |
Public Member Functions inherited from df::EventKeyboard | |
virtual void | setKey (Keyboard::Key new_key) |
virtual Keyboard::Key | getKey () const |
virtual void | setKeyboardAction (EventKeyboardAction new_action) |
virtual EventKeyboardAction | getKeyboardAction () const |
Public Member Functions inherited from df::Event | |
Event () | |
virtual | ~Event () |
void | setType (std::string new_type) |
std::string | getType () const |
Private Attributes | |
int | m_socket_index |