|
using | EventCallbackFn = std::function<void(Event&)> |
|
|
virtual void | OnUpdate ()=0 |
|
virtual unsigned int | GetWidth () const =0 |
|
virtual unsigned int | GetHeight () const =0 |
|
virtual void | SetEventCallback (const EventCallbackFn &callback)=0 |
|
virtual void | SetVSync (bool enabled)=0 |
|
virtual bool | IsVSync () const =0 |
|
virtual void * | GetNativeWindow () const =0 |
|
The documentation for this class was generated from the following files:
- Hana/src/Hana/Core/Window.h
- Hana/src/Platform/Windows/WindowsWindow.cpp