|
KarmaEngine
Game Engine for practical learning and research purposes
|
This is the complete list of members for Karma::Window, including all inherited members.
| Create(const WindowProps &props=WindowProps()) | Karma::Window | static |
| EventCallbackFn typedef | Karma::Window | |
| GetHeight() const =0 | Karma::Window | pure virtual |
| GetNativeWindow() const =0 | Karma::Window | pure virtual |
| GetWidth() const =0 | Karma::Window | pure virtual |
| IsVSync() const =0 | Karma::Window | pure virtual |
| OnResize(WindowResizeEvent &event)=0 | Karma::Window | pure virtual |
| OnUpdate()=0 | Karma::Window | pure virtual |
| SetEventCallback(const EventCallbackFn &callback)=0 | Karma::Window | pure virtual |
| SetVSync(bool enabled)=0 | Karma::Window | pure virtual |
| ~Window() | Karma::Window | inlinevirtual |