summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
diff options
context:
space:
mode:
authorPaul Trojahn <paul.trojahn@gmail.com>2019-06-22 20:22:52 +0200
committerPaul Trojahn <paul.trojahn@gmail.com>2019-09-22 12:06:24 +0200
commitba24bc1e0406205288e59fdea095f84320e6cc6a (patch)
tree91682ea71e9b5890108085fa40ec6a2533710e74 /scene/gui/line_edit.h
parentd1a062662fb1da17cb9aec92e8b218929cb26fd6 (diff)
Support menu key in TextEdit and LineEdit controls
Related to #15542
Diffstat (limited to 'scene/gui/line_edit.h')
-rw-r--r--scene/gui/line_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index 1d33f7d4ce..66070beec0 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -137,6 +137,7 @@ private:
void set_window_pos(int p_pos);
void set_cursor_at_pixel_pos(int p_x);
+ int get_cursor_pixel_pos();
void _reset_caret_blink_timer();
void _toggle_draw_caret();