1INPUT_INJECT_EVENT(9) Input Subsystem INPUT_INJECT_EVENT(9)
2
3
4
6 input_inject_event - send input event from input handler
7
9 void input_inject_event(struct input_handle * handle,
10 unsigned int type, unsigned int code,
11 int value);
12
14 handle
15 input handle to send event through
16
17 type
18 type of the event
19
20 code
21 event code
22
23 value
24 value of the event
25
27 Similar to input_event but will ignore event if device is “grabbed” and
28 handle injecting event is not the one that owns the device.
29
31Kernel Hackers Manual 2.6. June 2019 INPUT_INJECT_EVENT(9)