Skip to main content

TheClickLocation

Type

expression

Summary

Determines the location of a mouse click.

Syntax

the ( current ) click position

Description

Use the mouse location to obtain the location of the mouse pointer when it was last clicked. Use the 'current' form to obtain the asynchronous click position.

Examples

variable tClick as Point
put the click position into tClick

variable tRect as Rectangle
put my bounds into tRect

if tClick is within tRect then
// click was within widget bounds
end if
Thank you for your feedback!

Was this page helpful?