At a certain point in the program I would like to find out whether or not the Control key is pressed.
(How) can I do this in Qt3?
So I am looking for a Qt 3 approach for Qt 4's QApplication::keyboardModifiers().
One solution I can think of is to filter all keyboard events and to do explicit bookkeeping of whether the CTRL key is pressed, but I wonder if there is a simpler approach.
Pieter
Bookmarks