Variable InputEventMouse.position

class InputEventMouse
{
  // ...
  const(gfm.math.vector.Vector!(double,2)) position ;
  // ...
}