etc.negui.input.mouse.mouse

History:
1.010: 新規作成。
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 );