JoystickButton

class pyqtgraph.JoystickButton(parent=None)[source]
__init__(parent=None)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

mouseMoveEvent(self, QMouseEvent)[source]
mousePressEvent(self, QMouseEvent)[source]
mouseReleaseEvent(self, QMouseEvent)[source]
paintEvent(self, QPaintEvent)[source]
resizeEvent(self, QResizeEvent)[source]
wheelEvent(self, QWheelEvent)[source]