|
|
@ -128,6 +128,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
/// Adds OSD messages, duration is in seconds.
|
|
|
|
/// Adds OSD messages, duration is in seconds.
|
|
|
|
void AddOSDMessage(std::string message, float duration = 2.0f) override;
|
|
|
|
void AddOSDMessage(std::string message, float duration = 2.0f) override;
|
|
|
|
|
|
|
|
void ClearOSDMessages();
|
|
|
|
|
|
|
|
|
|
|
|
/// Displays a loading screen with the logo, rendered with ImGui. Use when executing possibly-time-consuming tasks
|
|
|
|
/// Displays a loading screen with the logo, rendered with ImGui. Use when executing possibly-time-consuming tasks
|
|
|
|
/// such as compiling shaders when starting up.
|
|
|
|
/// such as compiling shaders when starting up.
|
|
|
|