Top Level Namespace

Defined Under Namespace

Modules: LinuxInput, Uinput Classes: UinputFfErase, UinputFfUpload, UinputUserDev

Constant Summary collapse

UINPUT_VERSION =
4
UINPUT_IOCTL_BASE =
?U.ord
EV_UINPUT =
0x0101
UI_FF_UPLOAD =
1
UI_FF_ERASE =
2
UINPUT_MAX_NAME_SIZE =
80