pub struct KeyboardManager { /* private fields */ }
Implementations§
Source§impl KeyboardManager
impl KeyboardManager
pub fn set_app_cursor(&mut self, mode: bool)
pub fn handle_keyboard(&mut self, scancode: u8) -> KeyboardEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyboardManager
impl RefUnwindSafe for KeyboardManager
impl Send for KeyboardManager
impl Sync for KeyboardManager
impl Unpin for KeyboardManager
impl UnwindSafe for KeyboardManager
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