|
def | __init__ (self) |
|
def | EVIOCGNAME (self, length) |
|
def | getInputDeviceType (self, name) |
|
def | getDeviceList (self) |
|
def | setDeviceDefaults (self, device) |
|
def | setDeviceEnabled (self, device, value) |
|
def | getDeviceName (self, device) |
|
def | setDeviceName (self, device, value) |
|
def | setDeviceDelay (self, device, value) |
|
def | setDeviceRepeat (self, device, value) |
|
def | getDeviceAttribute (self, device, attribute) |
|
def | setDeviceAttribute (self, device, attribute, value) |
|
◆ __init__()
def Components.InputDevice.InputDevices.__init__ |
( |
|
self | ) |
|
◆ EVIOCGNAME()
def Components.InputDevice.InputDevices.EVIOCGNAME |
( |
|
self, |
|
|
|
length |
|
) |
| |
◆ getDeviceAttribute()
def Components.InputDevice.InputDevices.getDeviceAttribute |
( |
|
self, |
|
|
|
device, |
|
|
|
attribute |
|
) |
| |
◆ getDeviceList()
def Components.InputDevice.InputDevices.getDeviceList |
( |
|
self | ) |
|
◆ getDeviceName()
def Components.InputDevice.InputDevices.getDeviceName |
( |
|
self, |
|
|
|
device |
|
) |
| |
◆ getInputDeviceType()
def Components.InputDevice.InputDevices.getInputDeviceType |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ setDeviceAttribute()
def Components.InputDevice.InputDevices.setDeviceAttribute |
( |
|
self, |
|
|
|
device, |
|
|
|
attribute, |
|
|
|
value |
|
) |
| |
◆ setDeviceDefaults()
def Components.InputDevice.InputDevices.setDeviceDefaults |
( |
|
self, |
|
|
|
device |
|
) |
| |
◆ setDeviceDelay()
def Components.InputDevice.InputDevices.setDeviceDelay |
( |
|
self, |
|
|
|
device, |
|
|
|
value |
|
) |
| |
◆ setDeviceEnabled()
def Components.InputDevice.InputDevices.setDeviceEnabled |
( |
|
self, |
|
|
|
device, |
|
|
|
value |
|
) |
| |
◆ setDeviceName()
def Components.InputDevice.InputDevices.setDeviceName |
( |
|
self, |
|
|
|
device, |
|
|
|
value |
|
) |
| |
◆ setDeviceRepeat()
def Components.InputDevice.InputDevices.setDeviceRepeat |
( |
|
self, |
|
|
|
device, |
|
|
|
value |
|
) |
| |
◆ currentDevice
Components.InputDevice.InputDevices.currentDevice |
◆ devices
Components.InputDevice.InputDevices.devices |
◆ fd
Components.InputDevice.InputDevices.fd |
◆ name
Components.InputDevice.InputDevices.name |
The documentation for this class was generated from the following file: