Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
ImguiInput (ImGuiIO &io, EngineCore *engineCore) | |
bool | OnMouseMove (Events::BaseEvent *ev) |
bool | OnMousePressed (Events::BaseEvent *ev) |
bool | OnMouseScrolled (Events::BaseEvent *ev) |
bool | OnKeyPressed (Events::BaseEvent *ev) |
bool | OnCharacterTyped (Events::BaseEvent *ev) |