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

None __init__ (self)
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
str getPluginId (self)
 
None setPluginId (self, str plugin_id)
 
None setVersion (self, str version)
 
str 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: