1INPUT_GRAB_DEVICE(9) Input Subsystem INPUT_GRAB_DEVICE(9)
2
3
4
6 input_grab_device - grabs device for exclusive use
7
9 int input_grab_device(struct input_handle * handle);
10
12 handle
13 input handle that wants to own the device
14
16 When a device is grabbed by an input handle all events generated by the
17 device are delivered only to this handle. Also events injected by other
18 input handles are ignored while device is grabbed.
19
21Kernel Hackers Manual 3.10 June 2019 INPUT_GRAB_DEVICE(9)