diff options
| author | geequlim | 2018-01-20 23:17:39 +0800 |
|---|---|---|
| committer | geequlim | 2018-02-01 23:29:39 +0800 |
| commit | 5980bef67294e861b25071df76c0169e360a2f76 (patch) | |
| tree | 4e183ac4a62622f11fb5ee544ac7df35148a1ce6 /platform/osx/os_osx.h | |
| parent | df1c16d0fe06426dfdea8259878e479b38623d04 (diff) | |
| download | godot-5980bef67294e861b25071df76c0169e360a2f76.tar.gz godot-5980bef67294e861b25071df76c0169e360a2f76.tar.zst godot-5980bef67294e861b25071df76c0169e360a2f76.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index d9ad0a7db..41e0585af 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -229,6 +229,8 @@ public: virtual void set_ime_position(const Point2 &p_pos); virtual void set_ime_intermediate_text_callback(ImeCallback p_callback, void *p_inp); + virtual String get_unique_id() const; + virtual OS::PowerState get_power_state(); virtual int get_power_seconds_left(); virtual int get_power_percent_left(); |
