isSysKey property

bool isSysKey

Implementation

bool get isSysKey => (keyMsg == KeyEventMsg.WM_SYSKEYUP) || (keyMsg == KeyEventMsg.WM_SYSKEYDOWN);