QskAspect::AllUserStates added

This commit is contained in:
Uwe Rathmann 2018-10-02 07:29:54 +02:00
parent cdc0c108ab
commit c14c7b0059

View File

@ -104,6 +104,7 @@ QSK_NAMESPACE( QskAspect )
LastUserState = 1 << 11, LastUserState = 1 << 11,
LastSystemState = 1 << 15, LastSystemState = 1 << 15,
AllUserStates = 0x0FF0,
AllStates = 0xFFFF AllStates = 0xFFFF
}; };
QSK_ENUM( State ) QSK_ENUM( State )