Uranium
Application Framework
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__ (self)
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
def __init__ (self)
 
def getPluginId (self)
 
def setPluginId (self, plugin_id)
 
def setVersion
 
def getVersion (self)
 

Static Public Attributes

 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

◆ event

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: