Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.InputDevice.InputDevice Class Reference

Abstract base class for all input devices (Human Input Devices) Examples of this are mouse & keyboard. More...

Inheritance diagram for UM.InputDevice.InputDevice:
UM.PluginObject.PluginObject UM.Qt.QtKeyDevice.QtKeyDevice UM.Qt.QtMouseDevice.QtMouseDevice

Public Member Functions

def __init__
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
def __init__
 
def getPluginId
 
def setPluginId
 
def setVersion
 
def getVersion
 

Static Public Attributes

tuple event = Signal()
 Emitted whenever the device produces an event. More...
 

Detailed Description

Abstract base class for all input devices (Human Input Devices) Examples of this are mouse & keyboard.

Member Data Documentation

tuple UM.InputDevice.InputDevice.event = Signal()
static

Emitted whenever the device produces an event.

All actions performed with the device should be seen as an event.

Parameters
eventThe event that is emitted.

The documentation for this class was generated from the following file: