Uranium
Application Framework
|
An InputDevice subclass that processes Qt mouse events and returns a UM.Event.MouseEvent. More...
Public Member Functions | |
__init__ (self, window) | |
handleEvent (self, event) | |
__init__ (self) | |
![]() | |
__init__ (self) | |
getPluginId (self) | |
setPluginId (self, plugin_id) | |
Protected Member Functions | |
_qtButtonsToButtonList (self, qt_buttons) | |
_normalizeCoordinates (self, x, y) | |
Protected Attributes | |
_x | |
_y | |
_window | |
![]() | |
_plugin_id | |
Additional Inherited Members | |
![]() | |
event = Signal() | |
Emitted whenever the device produces an event. | |
An InputDevice subclass that processes Qt mouse events and returns a UM.Event.MouseEvent.
UM.Qt.QtMouseDevice.QtMouseDevice.__init__ | ( | self, | |
window | |||
) |
Reimplemented from UM.InputDevice.InputDevice.