Variable KeyboardEvent.modifierState

struct KeyboardEvent
{
  // ...
  uint modifierState ;
  // ...
}