QInputEvent Class Reference

[ QtGui module]

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

继承 QEvent .

Inherited by QContextMenuEvent , QKeyEvent , QMouseEvent , QTabletEvent , QTouchEvent and QWheelEvent .

方法


详细描述

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


方法文档编制

Qt.KeyboardModifiers QInputEvent.modifiers ( self )

Returns the keyboard modifier flags that existed immediately before the event occurred.

另请参阅 QApplication.keyboardModifiers ().