Module: Vigilem::Evdev::System::Input::DeviceProperties

Included in:
Vigilem::Evdev::System::Input
Defined in:
lib/vigilem/evdev/system/input.rb

Overview

/*

* Device properties and quirks
*/

Constant Summary collapse

INPUT_PROP_POINTER =

/* needs a pointer */

0x00
INPUT_PROP_DIRECT =

/* direct input devices */

0x01
INPUT_PROP_BUTTONPAD =

/* has button(s) under pad */

0x02
INPUT_PROP_SEMI_MT =

/* touch rectangle only */

0x03
INPUT_PROP_MAX =
0x1f
INPUT_PROP_CNT =
(INPUT_PROP_MAX + 1)