The QInputEvent class is the base class for events that describe user input. More...
#include <QInputEvent>
Inherits: QEvent.
Inherited by: QContextMenuEvent, QKeyEvent, QMouseEvent, QTabletEvent, QTouchEvent, and QWheelEvent.
Qt::KeyboardModifiers | modifiers () const |
The QInputEvent class is the base class for events that describe user input.
Returns the keyboard modifier flags that existed immediately before the event occurred.
See also QApplication::keyboardModifiers().