Dodo 0.1
Template for CPP projects
Loading...
Searching...
No Matches
dodo::core::App Member List

This is the complete list of members for dodo::core::App, including all inherited members.

_windowdodo::core::Appprivate
App(const App &other)=deletedodo::core::App
App(App &&other) noexceptdodo::core::App
App()=defaultdodo::core::Appprivate
createApp(const DodoContext &ctx, const AppInfo &appInfo) -> std::expected< App, std::string >dodo::core::Appstatic
createGLFWWindow(const AppInfo &appInfo) -> std::expected< bool, std::string >dodo::core::Appprivate
isRunning() constdodo::core::Appinline
operator=(const App &other)=deletedodo::core::App
operator=(App &&other) noexceptdodo::core::App
pollEvents() constdodo::core::Appinline
~App()dodo::core::App