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

Inherited by: QContextMenuEvent, QHoverEvent, QKeyEvent, QMouseEvent, QNativeGestureEvent, QTabletEvent, QTouchEvent, QWheelEvent
Synopsis¶
Functions¶
def
modifiers
()def
setModifiers
(amodifiers)def
setTimestamp
(atimestamp)def
timestamp
()
Detailed Description¶
-
class
QInputEvent
(type[, modifiers=Qt.NoModifier])¶ - Parameters
type –
Type
modifiers –
KeyboardModifiers
-
PySide2.QtGui.QInputEvent.
ts
¶
-
PySide2.QtGui.QInputEvent.
modifiers
()¶ - Return type
KeyboardModifiers
Returns the keyboard modifier flags that existed immediately before the event occurred.
See also
-
PySide2.QtGui.QInputEvent.
setModifiers
(amodifiers)¶ - Parameters
amodifiers –
KeyboardModifiers
Sets the keyboard modifiers flags for this event.
See also
-
PySide2.QtGui.QInputEvent.
setTimestamp
(atimestamp)¶ - Parameters
atimestamp –
ulong
Sets the timestamp for this event.
See also
-
PySide2.QtGui.QInputEvent.
timestamp
()¶ - Return type
ulong
Returns the window system’s timestamp for this event. It will normally be in milliseconds since some arbitrary point in time, such as the time when the system was started.