Mouse.windowLocation - multiple declarations

Function Mouse.windowLocation

Sets the location of the mouse relative to the window

void windowLocation (
  Vector!(int,2) location
) @property;

Function Mouse.windowLocation

Gets the location of the mouse

Vector!(int,2) windowLocation() @property;