1
0
Fork 0
forked from wry/wry
wry/jay-config/src/embedded.rs
2022-03-30 18:10:37 +02:00

5 lines
117 B
Rust

use crate::input::InputDevice;
pub fn grab_input_device(kb: InputDevice, grab: bool) {
get!().grab(kb, grab);
}