Searched full:ev_rel (Results 1 – 7 of 7) sorted by relevance
| /Documentation/devicetree/bindings/input/ |
| D | gpio-keys.yaml | 63 If linux,input-type is EV_ABS or EV_REL then this 65 EV_ABS/EV_REL axis will generate an event with a value of 0
|
| D | input.yaml | 38 - 2 # EV_REL
|
| /Documentation/input/ |
| D | uinput.rst | 135 ioctl(fd, UI_SET_EVBIT, EV_REL); 159 emit(fd, EV_REL, REL_X, 5); 160 emit(fd, EV_REL, REL_Y, 5);
|
| D | event-codes.rst | 44 * EV_REL: 184 EV_REL section in Event codes 187 EV_REL events describe relative changes in a property. For example, a mouse may 190 instead of EV_REL codes. 192 A few EV_REL codes have special meanings:
|
| D | input.rst | 271 Type is for example EV_REL for relative movement, EV_KEY for a keypress or 278 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
|
| D | input-programming.rst | 226 In addition to EV_KEY, there are two more basic event types: EV_REL and 234 Having the device report EV_REL buttons is as simple as with EV_KEY; simply
|
| /Documentation/hid/ |
| D | hidintro.rst | 332 into the ``EV_REL/REL_X`` evdev event". 364 # Event type 2 (EV_REL) 377 2: [0, 1, 8, 11] # EV_REL
|