Skip to content

Commit 9b629af

Browse files
committed
input line: show VK on focus
1 parent 5db7455 commit 9b629af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ruis/widget/input/text_input_line.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ void text_input_line::on_focus_change()
297297
} else {
298298
this->context.get().updater.get().stop(*this);
299299
}
300+
this->context.get().window().set_virtual_keyboard_visible(this->is_focused());
300301
}
301302

302303
void text_input_line::on_resize()

0 commit comments

Comments
 (0)