wayland: keyboard: track input method done events
This commit is contained in:
parent
551381f0b6
commit
d3a17813c0
4 changed files with 36 additions and 1 deletions
|
|
@ -91,6 +91,18 @@ impl<D: Display, K: Keyboard,
|
|||
self.button.layout()
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn keyboard(&self) -> &K
|
||||
{
|
||||
self.button.keyboard()
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn keyboard_mut(&mut self) -> &mut K
|
||||
{
|
||||
self.button.keyboard_mut()
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn mod_state(&self) -> &[ModState]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue