pub struct Keyboard {}Expand description
An interface for handling keyboard inputs.
Implementations§
Source§impl Keyboard
impl Keyboard
Sourcepub fn update_ime_pos_hint(win_pos: &Vec2)
pub fn update_ime_pos_hint(win_pos: &Vec2)
Updates the input method editor (IME) position hint.
§Arguments
win_pos- The position of the keyboard window.
Auto Trait Implementations§
impl Freeze for Keyboard
impl RefUnwindSafe for Keyboard
impl Send for Keyboard
impl Sync for Keyboard
impl Unpin for Keyboard
impl UnwindSafe for Keyboard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more