Skip to content

Commit

Permalink
Updated window example to set keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Mar 5, 2024
1 parent f9b058e commit 78bac6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ impl Application {
window.recognize_doubletap_gesture(true);
window.recognize_pinch_gesture(true);
window.recognize_rotation_gesture(true);
window.set_keyboard_visible(true);
}

let window_state = WindowState::new(self, window)?;
Expand Down

0 comments on commit 78bac6b

Please sign in to comment.