Variable Input.nodes

class Input
{
  // ...
  const(InputEventHandlers)[] nodes ;
  // ...
}