openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
InputDevice.py File Reference

Classes

class  Components.InputDevice.InputDevices
 
class  Components.InputDevice.Keyboard
 
class  Components.InputDevice.RemoteControl
 
class  Components.InputDevice.InitInputDevices
 
class  Components.InputDevice.RcTypeControl
 

Namespaces

 Components.InputDevice
 

Variables

 Components.InputDevice.MODULE_NAME = __name__.split(".")[-1]
 
int Components.InputDevice.REMOTE_MODEL = 0
 
int Components.InputDevice.REMOTE_RCTYPE = 1
 
int Components.InputDevice.REMOTE_NAME = 2
 
int Components.InputDevice.REMOTE_DISPLAY_NAME = 3
 
 Components.InputDevice.inputDevices = InputDevices()
 
 Components.InputDevice.iInputDevices = inputDevices
 
 Components.InputDevice.iRcTypeControl = RcTypeControl()
 
 Components.InputDevice.keyboard = Keyboard()
 
 Components.InputDevice.remoteControl = RemoteControl()