Variable KeyEvent._flags

key flags bit set, usually combined from KeyFlag enum

class KeyEvent
{
  // ...
  uint _flags;
  // ...
}