- Found in:
- SkyUI
Description
GitHub Wiki Description (SkyUI)
Sets the position of the cursor used for the option setters.
The options are displayed in a grid with 2 columns and 64 rows, with a total of 128 cells. They are indexed 0 to 127, left-to-right, top-to-bottom.
Default cursor position is 0 (top-left).
Context
Documentation String
Sets the position of the cursor used for the option setters
Parameters
inta_position
GitHub Wiki Description (SkyUI)
The new cursor position.
Examples
top-right: SetCursorPosition(1)
bottom-left: SetCursorPosition(126)
bottom-right: SetCursorPosition(127)
Auto-Generated Example
int myInt__a_position
mySKI_ConfigBase__toCallFunctionOn.SetCursorPosition(myInt__a_position)