diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-11-10 21:55:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 21:55:30 +0100 |
commit | 9f4d89dffd9a81ebb40237de9a7e0811e92bc674 (patch) | |
tree | 87406e1b83f58b20f6059e6e541d66cc4971eac8 /platform/windows/os_windows.h | |
parent | 35e533f34f3ee9b3e15acc7d8279461919c10a56 (diff) | |
parent | b5c56f6cca6c269d91c7fb64fa74ea414ba6e548 (diff) |
Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture
Fix mouse mode restoration on Windows
Diffstat (limited to 'platform/windows/os_windows.h')
-rw-r--r-- | platform/windows/os_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/os_windows.h b/platform/windows/os_windows.h index 01e1c51ca5..6aadd6994c 100644 --- a/platform/windows/os_windows.h +++ b/platform/windows/os_windows.h @@ -157,6 +157,8 @@ class OS_Windows : public OS { void _update_window_style(bool repaint = true); + void _set_mouse_mode_impl(MouseMode p_mode); + // functions used by main to initialize/deinitialize the OS protected: virtual int get_current_video_driver() const; |