setCursorPos

Sets console position

  1. void setCursorPos(int x, int y)
  2. void setCursorPos(int x, int y)
    version(Posix)
    void
    setCursorPos
    (
    int x
    ,
    int y
    )

Parameters

x
Type: int

X coordinate of cursor postion

y
Type: int

Y coordinate of cursor position

Meta