I am writing a Qt application. At the first stage I want to receive all key press events, system-wide, without creating any widgets.
Is this possible in Qt, or do I have to hook into the underlying window system? (This needs to be cross-platform.)
I am writing a Qt application. At the first stage I want to receive all key press events, system-wide, without creating any widgets.
Is this possible in Qt, or do I have to hook into the underlying window system? (This needs to be cross-platform.)