1INPUT_INJECT_EVENT(9)           Input Subsystem          INPUT_INJECT_EVENT(9)
2
3
4

NAME

6       input_inject_event - send input event from input handler
7

SYNOPSIS

9       void input_inject_event(struct input_handle * handle,
10                               unsigned int type, unsigned int code,
11                               int value);
12

ARGUMENTS

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

DESCRIPTION

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 3.10         June 2019             INPUT_INJECT_EVENT(9)
Impressum