PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
pixelbullet::KeyEvent Class Reference
Inheritance diagram for pixelbullet::KeyEvent:
pixelbullet::Event pixelbullet::KeyPressedEvent pixelbullet::KeyReleasedEvent pixelbullet::KeyTypedEvent

Public Member Functions

KeyCode GetKeyCode () const
 
- Public Member Functions inherited from pixelbullet::Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual int GetCategoryFlags () const =0
 
virtual std::string ToString () const
 
bool IsInCategory (EventCategory category) const
 

Protected Member Functions

 KeyEvent (const KeyCode keycode)
 

Protected Attributes

KeyCode key_code_
 

The documentation for this class was generated from the following file: