Variable InputEventHandlers.unhandledHandler
struct InputEventHandlers
{
// ...
bool delegate(const(InputEvent)) const unhandledHandler
;
// ...
}
struct InputEventHandlers
{
// ...
bool delegate(const(InputEvent)) const unhandledHandler
;
// ...
}