diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index ca054235..d7d339b0 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -104,6 +104,7 @@ QSK_NAMESPACE( QskAspect ) LastUserState = 1 << 11, LastSystemState = 1 << 15, + AllUserStates = 0x0FF0, AllStates = 0xFFFF }; QSK_ENUM( State )