module LinuxInput::Uinput
Constants
- UI_ABS_SETUP
- UI_BEGIN_FF_ERASE
- UI_BEGIN_FF_UPLOAD
- UI_DEV_CREATE
- UI_DEV_DESTROY
- UI_DEV_SETUP
- UI_END_FF_ERASE
- UI_END_FF_UPLOAD
- UI_GET_VERSION
- UI_SET_ABSBIT
- UI_SET_EVBIT
- UI_SET_FFBIT
- UI_SET_KEYBIT
- UI_SET_LEDBIT
- UI_SET_MSCBIT
- UI_SET_PHYS
- UI_SET_PROPBIT
- UI_SET_RELBIT
- UI_SET_SNDBIT
- UI_SET_SWBIT
- VERSION
Public Class Methods
UI_GET_SYSNAME(len)
click to toggle source
# File lib/uinput/uinput.rb, line 27 def self.UI_GET_SYSNAME(len) Ioctl.IOC(Ioctl::IOC_READ, UINPUT_IOCTL_BASE, 44, len) end