isKeyUP property

bool get isKeyUP

Implementation

bool get isKeyUP =>
    (keyMsg == KeyEventMsg.WM_KEYUP) || (keyMsg == KeyEventMsg.WM_SYSKEYUP);