Module: Fusuma::Plugin::Sendkey::Linux::Input::Macros

Included in:
Fusuma::Plugin::Sendkey::Linux::Input
Defined in:
lib/fusuma/plugin/sendkey/linux/input.rb

Instance Method Summary collapse

Instance Method Details

#EVIOCGBIT(evtype, len = 255) ⇒ Object

/* get event bits */



14
15
16
# File 'lib/fusuma/plugin/sendkey/linux/input.rb', line 14

def EVIOCGBIT(evtype, len = 255)
  _IOC(_IOC_READ, "E", 0x20 + evtype, len)
end