Query: input_event
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INPUT_EVENT(9) Input Subsystem INPUT_EVENT(9)NAMEinput_event - report new input eventSYNOPSISvoid input_event(struct input_dev * dev, unsigned int type, unsigned int code, int value);ARGUMENTSdev device that generated the event type type of the event code event code value value of the eventDESCRIPTIONThis function should be used by drivers implementing various input devices to report input events. See also input_inject_event.NOTEinput_event may be safely used right after input device was allocated with input_allocate_device, even before it is registered with input_register_device, but the event will not reach any of the input handlers. Such early invocation of input_event may be used to 'seed' initial state of a switch or initial position of absolute axis, etc.COPYRIGHTKernel Hackers Manual 3.10 June 2014 INPUT_EVENT(9)
Related Man Pages |
---|
struct_input_handler(9) - centos |
evtest(1) - debian |
xtinserteventtypehandler(3x) - hpux |
struct_ff_device(9) - suse |
struct_input_handler(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to get capture input events from keyboard and mouse |