Inherited by: QKeyEvent, QTabletEvent, QWheelEvent, QMouseEvent, QTouchEvent, QContextMenuEvent
The PySide.QtGui.QInputEvent class is the base class for events that describe user input.
| Parameters: |
|
|---|
| Return type: | PySide.QtCore.Qt.KeyboardModifiers |
|---|
Returns the keyboard modifier flags that existed immediately before the event occurred.
See also
| Parameters: | amodifiers – PySide.QtCore.Qt.KeyboardModifiers |
|---|