Mouse.screenLocation - multiple declarations

Function Mouse.screenLocation

Sets the location of the mouse globally

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

Function Mouse.screenLocation

Gets the location of the mouse globally

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