window flag add and remove function definition
This commit is contained in:
@@ -31,6 +31,10 @@ public:
|
|||||||
void Destroy();
|
void Destroy();
|
||||||
|
|
||||||
void Update();
|
void Update();
|
||||||
|
// TODO: implement
|
||||||
|
void AddFlags(std::span<const SDL_WindowFlags> flags = {});
|
||||||
|
// TODO: implement
|
||||||
|
void RemoveFlags(std::span<const SDL_WindowFlags> flags = {});
|
||||||
void Resize();
|
void Resize();
|
||||||
void ProcessEvent(const SDL_Event &event);
|
void ProcessEvent(const SDL_Event &event);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user