diff options
author | jonyrock <ilms@live.ru> | 2014-04-17 15:30:40 +0400 |
---|---|---|
committer | jonyrock <ilms@live.ru> | 2014-04-17 15:30:40 +0400 |
commit | a49527540f0f6fc563e72839b766f7ba5c823170 (patch) | |
tree | 22e6598f5f3cc838485bdacfc6550efa89488be4 /scene/gui/text_edit.h | |
parent | ec4ef2d2e794819548d731f93728266d31261d71 (diff) |
text cursor in text editor & const in Rect2i
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r-- | scene/gui/text_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index 5826c84c80..c3bb5823e7 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -280,6 +280,8 @@ public: SEARCH_WHOLE_WORDS=2, SEARCH_BACKWARDS=4 }; + + virtual CursorShape get_cursor_shape(const Point2& p_pos=Point2i()) const; //void delete_char(); //void delete_line(); |