POS/ {x|x:[Value] y|y:[Value]}
This command allow to position manually console cursor or graphic mouse cursor (According executed mode)
Or getting actual X,Y position.
If you are in graphic mode, values will be based on "pixels"
If you are in console mode, valeurs will be based on characters (8x8)
x
y
X Y
X:[Valeur]
Y:[Valeur]
X:[Valeur] Y:[Valeur]
Position Y cursor
Pos/ Y:20
Position X and Y
Pos/ X:10 Y:15
Getting X value and display this
@#My_Value POS/ X
txt/ This is my X value : %My_Value%