class MouseException: etc.negui.input.inputif.InputException;
struct MOUSE;
static bool position(in int x
, in int y
);
static bool position(ref const POINT Point
);
static POINT position();
static bool over(in NeGui gui
);
static bool overAuto(lazy NeGui gui
);