Variable InputEventKeyboard.modifiers

A bitwise combitation of Modifiers

class InputEventKeyboard
{
  // ...
  const(int) modifiers = 0;
  // ...
}