QS_ALLINPUT top-level constant

int const QS_ALLINPUT

Any message is in the queue.

Implementation

const QS_ALLINPUT = QS_INPUT |
    QS_POSTMESSAGE |
    QS_TIMER |
    QS_PAINT |
    QS_HOTKEY |
    QS_SENDMESSAGE;