Lines Matching refs:used

3 may be used.
7 used to separate input events into packets of input data changes occurring at
23 type has a set of applicable codes to be used in generating events. See the
96 EV_KEY events take the form KEY_<name> or BTN_<name>. For example, KEY_A is used
100 events have a value of 2. In general, KEY_<name> is used for keyboard keys, and
101 BTN_<name> is used for other types of momentary switch events.
106 - These codes are used in conjunction with input trackpads, tablets, and
107 touchscreens. These devices may be used with fingers, pens, or other tools.
108 When an event occurs and a tool is used, the corresponding BTN_TOOL_<name>
115 BTN_TOUCH is used for touch contact. While an input tool is determined to be
132 EVIOCGPROP, defined in linux/input.h, will be used to convey the device type.
148 be used to emit these codes. Please see multi-touch-protocol.txt for details.
154 space is unknown. If the absolute position is known, EV_ABS codes should be used
160 - These codes are used for vertical and horizontal scroll wheels,
174 the input device may be used freely in three dimensions, consider ABS_Z
184 used to denote when a laptop lid is closed.
196 EV_MSC events are used for input and output events that do not fall under other
212 EV_LED events are used for input and output to set and query the state of
217 EV_REP events are used for specifying autorepeating events.
221 EV_SND events are used for sending sound commands to simple sound output
226 EV_FF events are used to initialize a force feedback capable device and to cause
231 EV_PWR events are a special type of event used specifically for power
289 visual/haptic areas for left, middle, right buttons intended to be used
311 REL_{X,Y} must be reported when the mouse moves. BTN_LEFT must be used to report
312 the primary button press. BTN_{MIDDLE,RIGHT,4,5,etc.} should be used to report
313 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
319 used to report when a touch is active on the screen.
331 location of the touch. BTN_TOUCH should be used to report when a touch is active
333 be used to report the number of touches active on the trackpad.
341 should be used to report when the tool is in contact with the tablet.
342 BTN_{STYLUS,STYLUS2} should be used to report buttons on the tool itself. Any
343 button may be used for buttons on the tablet except BTN_{MOUSE,LEFT}.