Variable KeyEvent.mods

struct KeyEvent
{
  // ...
  KeyMods mods ;
  // ...
}