|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
This is the complete list of members for Vesper::Window, including all inherited members.
| Create(const WindowProps &props=WindowProps()) | Vesper::Window | static |
| EventCallbackFn typedef | Vesper::Window | |
| GetHeight() const =0 | Vesper::Window | pure virtual |
| GetNativeWindow() const =0 | Vesper::Window | pure virtual |
| GetWidth() const =0 | Vesper::Window | pure virtual |
| IsVSync() const =0 | Vesper::Window | pure virtual |
| OnUpdate()=0 | Vesper::Window | pure virtual |
| SetEventCallback(const EventCallbackFn &callback)=0 | Vesper::Window | pure virtual |
| SetVSync(bool enabled)=0 | Vesper::Window | pure virtual |
| ~Window() | Vesper::Window | inlinevirtual |