QInputEvent

PyQt5.QtGui.QInputEvent

Inherits from QEvent.

Inherited by QContextMenuEvent, QHoverEvent, QKeyEvent, QMouseEvent, QNativeGestureEvent, QTabletEvent, QTouchEvent, QWheelEvent.

Description

The QInputEvent class is the base class for events that describe user input.

Methods

modifiers() → KeyboardModifiers

See also

setModifiers().


setTimestamp(int)

TODO


timestamp() → int

TODO