autocommit 2022-03-13 22:20:31 CET
This commit is contained in:
parent
156bd5b042
commit
a15a02a95c
38 changed files with 63 additions and 66 deletions
5
jay-config/src/embedded.rs
Normal file
5
jay-config/src/embedded.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use crate::InputDevice;
|
||||
|
||||
pub fn grab_input_device(kb: InputDevice, grab: bool) {
|
||||
get!().grab(kb, grab);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue