diff options
| author | Rhody Lugo | 2017-11-03 06:00:29 -0400 |
|---|---|---|
| committer | Rhody Lugo | 2017-11-14 08:59:22 -0400 |
| commit | 2355f545ec652974ac4696728e3cc9e021532130 (patch) | |
| tree | 5072f91fb253ec15ca03a225d2305443854345db /platform/osx/os_osx.h | |
| parent | f83b73be132d0e75272fd47899bc2d24d1285a39 (diff) | |
| download | godot-2355f545ec652974ac4696728e3cc9e021532130.tar.gz godot-2355f545ec652974ac4696728e3cc9e021532130.tar.zst godot-2355f545ec652974ac4696728e3cc9e021532130.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 53f45511f..1df847eb7 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -226,6 +226,12 @@ public: virtual Error move_to_trash(const String &p_path); OS_OSX(); + +private: + Point2 get_native_screen_position(int p_screen) const; + Point2 get_native_window_position() const; + void set_native_window_position(const Point2 &p_position); + Point2 get_screens_origin() const; }; #endif |
