|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include "Engine/Window/Window.hpp"#include <ThirdParty/GainInput/lib/include/gainput/gainput.h>#include <ThirdParty/EASTL-master/include/EASTL/vector.h>Go to the source code of this file.
Classes | |
| struct | Engine::InputDefaults |
| class | Engine::InputManager |
| This object is a simple wrapper class regarding gainput. It also sends information to ImGUI to keep track of pressed buttons. NOTE: only the Engine class is allowed to create this object. More... | |
Namespaces | |
| Engine | |
1.8.11