Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Events::KeyPressEvent Struct Reference
Inheritance diagram for Grindstone::Events::KeyPressEvent:
Grindstone::Events::BaseEvent

Public Member Functions

 KeyPressEvent (KeyPressCode code, bool isPressed)
Public Member Functions inherited from Grindstone::Events::BaseEvent
virtual EventType GetEventType () const =0
virtual const char * GetName () const =0
virtual const char * ToString () const

Public Attributes

KeyPressCode code = KeyPressCode::Invalid
bool isPressed = false

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