cursorMoveTo

Moves cursor to pos. Allows for chaining

  1. void cursorMoveTo(uint x, uint y)
    void
    cursorMoveTo
    (
    uint x
    ,
    uint y
    )
  2. void cursorMoveTo(uvec2 pos)
  3. void cursorMoveTo(ivec2 pos)

Examples

Render.at(12, 15).write("My pretty text");

Meta