table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INPUT_INJECT_EVENT(9) | Input Subsystem | INPUT_INJECT_EVENT(9) |
NAME¶
input_inject_event - send input event from input handlerSYNOPSIS¶
void
input_inject_event(struct input_handle * handle,
unsigned int type,
unsigned int code,
int value);
ARGUMENTS¶
handleinput handle to send event through
type
type of the event
code
event code
value
value of the event
DESCRIPTION¶
Similar to input_event but will ignore event if device is “grabbed” and handle injecting event is not the one that owns the device.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |