etc.negui.draw.cursor


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 );
ditto カーソル位置設定。
deprecated static POINT getPos();
カーソル位置設定。
deprecated static bool setPosOver(in NeGui gui );
カーソル位置設定。
deprecated static bool setPosOverAuto(lazy NeGui gui );
カーソル位置設定。