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) |
![]() | |
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... | |
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. |