updates to mac enable method

This commit is contained in:
Shelley Vohr 2018-02-06 09:16:22 -05:00
parent 131aa38768
commit 80aa399f8a
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 9 additions and 3 deletions

View file

@ -38,6 +38,7 @@ class NativeWindowMac : public NativeWindow,
void Hide() override;
bool IsVisible() override;
bool IsEnabled() override;
void SetEnabled(bool enable) override;
void Maximize() override;
void Unmaximize() override;
bool IsMaximized() override;