|
CoriEngine
|
#include "EventSystem/Event.hpp"#include "Graphics/GraphicsAPIs.hpp"#include "Profiling/Trackable.hpp"

Go to the source code of this file.
Classes | |
| struct | Cori::Core::ScreenMode |
| class | Cori::Core::Window |
| This class manages everything that is connected with physical Window management, i might add multiwindow support later, but for now, only one Window per application. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::Graphics |
| Almost everything connected to graphics is in this namespace. | |
| namespace | Cori::Graphics::Internal |
| namespace | Cori::Core |
| Core systems of the engine are here. | |
| namespace | Cori::Core::Internal |
Enumerations | |
| enum class | Cori::Core::WindowMode { Cori::Core::WINDOWED = 0 , Cori::Core::BORDERLESS_WINDOWED = 1 , Cori::Core::EXCLUSIVE_FULLSCREEN = 2 } |