setCursorPos

Sets console position

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

Parameters

x int

X coordinate of cursor postion

y int

Y coordinate of cursor position

Meta