diff options
Diffstat (limited to 'src/kernel/qevent.cpp')
-rw-r--r-- | src/kernel/qevent.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/qevent.cpp b/src/kernel/qevent.cpp index 3a4af436f..36f59c53f 100644 --- a/src/kernel/qevent.cpp +++ b/src/kernel/qevent.cpp @@ -91,6 +91,8 @@ the right button on left-handed mice.) \value RightButton the right button. \value MidButton the middle button. + \value HistoryBackButton history navigation back button. + \value HistoryForwardButton history navigation forward button. \value ShiftButton a Shift key on the keyboard is also pressed. \value ControlButton a Ctrl key on the keyboard is also pressed. \value AltButton an Alt key on the keyboard is also pressed. @@ -98,7 +100,8 @@ \value Keypad a keypad button is pressed. \value KeyButtonMask a mask for ShiftButton, ControlButton, AltButton and MetaButton. - \value MouseButtonMask a mask for LeftButton, RightButton and MidButton. + \value MouseButtonMask a mask for LeftButton, RightButton, MidButton, + HistoryBackButton and HistoryForwardButton. */ /*! |