diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-10-17 10:29:54 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-10-17 10:29:54 -0300 |
commit | ab22203791489df160c36a29a3cd8aa8b32bec04 (patch) | |
tree | b534f9c0f3cc4e71708deebb0107a61f1216f930 /scene/gui/control.h | |
parent | b3cda43a0fb49e1cb9c8414077a23fa4b61ede38 (diff) |
misc cleanup
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r-- | scene/gui/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index a759fafbc9..4311b299c8 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -382,6 +382,8 @@ public: void warp_mouse(const Point2& p_to_pos); + virtual bool is_text_field() const; + Control(); ~Control(); |