diff options
Diffstat (limited to 'views/screen.h')
-rw-r--r-- | views/screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/screen.h b/views/screen.h index f7c023c..f95b368 100644 --- a/views/screen.h +++ b/views/screen.h @@ -27,6 +27,9 @@ class Screen { // Returns the monitor area (not the work area, but the complete bounds) of // the monitor nearest the specified point. static gfx::Rect GetMonitorAreaNearestPoint(const gfx::Point& point); + + // Returns the window under the cursor. + static gfx::NativeWindow GetWindowAtCursorScreenPoint(); }; } // namespace views |