1
0
Fork 0
forked from wry/wry
wry/i4config/src/embedded.rs
2022-03-09 17:51:17 +01:00

5 lines
110 B
Rust

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