Variable InputEventHandlers.actionHandler

struct InputEventHandlers
{
  // ...
  void delegate(const(InputEventAction)) const actionHandler ;
  // ...
}