diff options
author | crupest <crupest@outlook.com> | 2021-11-20 19:47:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-20 19:47:53 +0800 |
commit | b0b86b6b9d6798d04a320060e90bd8497a7f50f9 (patch) | |
tree | a6e3f3315a538791e1cbd4e799bc6268262feedb /include/cru/osx | |
parent | 2ad748a0fcb66398299886970cc9c40cc50b3cd0 (diff) | |
download | cru-b0b86b6b9d6798d04a320060e90bd8497a7f50f9.tar.gz cru-b0b86b6b9d6798d04a320060e90bd8497a7f50f9.tar.bz2 cru-b0b86b6b9d6798d04a320060e90bd8497a7f50f9.zip |
...
Diffstat (limited to 'include/cru/osx')
-rw-r--r-- | include/cru/osx/gui/Window.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/osx/gui/Window.hpp b/include/cru/osx/gui/Window.hpp index e5e77083..406c133f 100644 --- a/include/cru/osx/gui/Window.hpp +++ b/include/cru/osx/gui/Window.hpp @@ -42,6 +42,8 @@ class OsxWindow : public OsxGuiResource, public INativeWindow { Rect GetWindowRect() override; void SetWindowRect(const Rect& rect) override; + bool RequestFocus() override; + Point GetMousePosition() override; bool CaptureMouse() override; |