class CursorException: etc.negui.draw.draw.DrawException;
class Cursor: etc.negui.draw.draw.Draw;
- History:
- 1.010
- sourceマウスカーソルの位置に関するメソッドを移動。
deprecated static bool setPos(in int x
, in int y
);
deprecated static bool setPos(ref const POINT Point
);
deprecated static POINT getPos();
deprecated static bool setPosOver(in NeGui gui
);
deprecated static bool setPosOverAuto(lazy NeGui gui
);