Flag constants for input and state authority. More...
Static Public Attributes | |
const int | ALL = STATE | INPUT | PROXY |
const int | INPUT = 1 << 1 |
const int | NONE = 0 |
const int | PROXY = 1 << 2 |
const int | STATE = 1 << 0 |
Flag constants for input and state authority.