QInputEvent Class▲
-
Header: QInputEvent
-
qmake: QT += gui
-
Inherits: QEvent
-
Inherited By: QContextMenuEvent, QHoverEvent, QKeyEvent, QMouseEvent, QNativeGestureEvent, QTabletEvent, QTouchEvent, and QWheelEvent
-
Group: QInputEvent is part of events
Detailed Description▲
Member Function Documentation▲
Qt::KeyboardModifiers QInputEvent::modifiers() const▲
Returns the keyboard modifier flags that existed immediately before the event occurred.
See Also▲
See also QGuiApplication::keyboardModifiers()
ulong QInputEvent::timestamp() const▲
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.