ConsoleDocFragment _setCursorPos1("@brief Sets the position of the cursor\n\n" "@param pos Point, in screenspace for the cursor. Formatted as (\"x y\")\n\n" "@tsexample\n" "Canvas.setCursorPos(\"0 0\");\n" "@endtsexample\n\n", "GuiCanvas", "bool setCursorPos( Point2I pos );");