TextMousePos

Help Contents Graphics Turtle and Window Queries TextMousePos
MousePos TextMouseX

poslist TextMousePos


outputs the position of the mouse in the console window as a list of two integers, meaning the x and y mouse location in characters.

Example:

forever [
	textpos=TextMousePos
	dispatchMessages
	updateVars
]
;look at the vars window while moving the mouse in the console!

Examples:

References:

MousePos TextMouseX