|
Uranium
Application Framework
|
Abstract base class for all input devices (Human Input Devices) Examples of this are mouse & keyboard. More...
Public Member Functions | |
| def | __init__ (self) |
Public Member Functions inherited from UM.PluginObject.PluginObject | |
| def | __init__ (self, args, kwags) |
| def | getId (self) |
| def | setPluginId |
| def | setMetaData |
| def | getMetaData (self) |
| def | getPluginId (self) |
| def | setVersion |
| def | getVersion (self) |
Static Public Attributes | |
| tuple | event = Signal() |
| Emitted whenever the device produces an event. More... | |
Abstract base class for all input devices (Human Input Devices) Examples of this are mouse & keyboard.
|
static |
Emitted whenever the device produces an event.
All actions performed with the device should be seen as an event.
| event | The event that is emitted. |