Function Input.on

void on(T) (
  string action,
  T handler,
  Flag!"markInputHandled" markInputHandled = No.markInputHandled
)
if (isCallable!T);