Dragonfly 4.21
A text-based game engine
Public Member Functions | Private Attributes | List of all members
df::EventKeyboardNetwork Class Reference
Inheritance diagram for df::EventKeyboardNetwork:
Inheritance graph

Public Member Functions

void setSocket (int new_sock)
 
int getSocket () 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_sock