summaryrefslogtreecommitdiff
path: root/src/ui/inputwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwidget.c')
-rw-r--r--src/ui/inputwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c
index d078593a..a561d5bd 100644
--- a/src/ui/inputwidget.c
+++ b/src/ui/inputwidget.c
@@ -1916,6 +1916,7 @@ static iBool processEvent_InputWidget_(iInputWidget *d, const SDL_Event *ev) {
1916 } 1916 }
1917 return iFalse; 1917 return iFalse;
1918 } 1918 }
1919 /* TODO: Scroll to keep widget visible when keyboard appears. */
1919// else if (isCommand_UserEvent(ev, "keyboard.changed")) { 1920// else if (isCommand_UserEvent(ev, "keyboard.changed")) {
1920// if (isFocused_Widget(d) && arg_Command(command_UserEvent(ev))) { 1921// if (isFocused_Widget(d) && arg_Command(command_UserEvent(ev))) {
1921// iRect rect = bounds_Widget(w); 1922// iRect rect = bounds_Widget(w);