Uranium
Application Framework
Loading...
Searching...
No Matches
UM.InputDevice.InputDevice Class Reference
Inheritance diagram for UM.InputDevice.InputDevice:
UM.PluginObject.PluginObject UM.Qt.QtKeyDevice.QtKeyDevice UM.Qt.QtMouseDevice.QtMouseDevice

Public Member Functions

None __init__ (self)
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
str getId (self)
 
None setPluginId (self, str plugin_id)
 
None setMetaData (self, Dict[str, Any] metadata)
 
Dict[str, Any] getMetaData (self)
 
str getPluginId (self)
 
None setVersion (self, str version)
 
str getVersion (self)
 

Static Public Attributes

 event = Signal()
 

Additional Inherited Members

- Protected Attributes inherited from UM.PluginObject.PluginObject
 _plugin_id
 
 _version
 
 _metadata
 
 _name
 

Detailed Description

Abstract base class for all input devices (Human Input Devices)

Examples of this are mouse & keyboard

Constructor & Destructor Documentation

◆ __init__()

None UM.InputDevice.InputDevice.__init__ ( self)

Reimplemented from UM.PluginObject.PluginObject.


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