Variable Window.onUnhandledInput

Fired when this window receives an unhandled InputEvent.

class Window
{
  // ...
  Event!(const(teraflop.input.event.InputEvent)) onUnhandledInput ;
  // ...
}