NoGUI: Start in fullscreen when option or command line flag is set
This commit is contained in:
@ -29,7 +29,7 @@ protected:
|
||||
|
||||
std::optional<HostKeyCode> GetHostKeyCode(const std::string_view key_code) const override;
|
||||
|
||||
bool CreatePlatformWindow() override;
|
||||
bool CreatePlatformWindow(bool fullscreen) override;
|
||||
void DestroyPlatformWindow() override;
|
||||
std::optional<WindowInfo> GetPlatformWindowInfo() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user