diff --git a/include/Window.hpp b/include/Window.hpp index 34a42187..02283787 100644 --- a/include/Window.hpp +++ b/include/Window.hpp @@ -349,6 +349,11 @@ class Window { */ static Vector2 GetPosition() { return ::GetWindowPosition(); } + /* + * Get current window monitor + */ + static int GetMonitor() { return ::GetCurrentMonitor(); } + /** * Get window scale DPI factor */