[ Back ]
procedure set mouse value
procedure set mouse x, y
function mousex()
function mousey()
function mousebutton(id[, unflag])
Turn on or off the visibility of the mouse pointer by setting value to on or off.
Set position of mouse cursor to (x, y), where x and y are window coordinates.
Return x position of the mouse pointer in the window's coordinate system.
Return y position of the mouse pointer in the window's coordinate system.
Return true if mouse button id is being pressed. If unflag is supplied and set to true, the mouse button must be released before this function returns true again. These are the possible values for id:
[ Back ]