Skip to main content

Clicky

Clicky (Function)

Format

clicky
clicky ( )

returns integer_expression

Description

Returns the mouse y location of the mouse pointer over the graphic output last time the user clicked a mouse button.

The position is measured in pixels unless a Window has been set, in which case it is in the units that window defines. Use ClickB to find out whether a click has happened at all.

Example

See sample program on Clickb.

See Also

Clickb, Clickclear, Clickx, Clicky, Mouseb, Mousex, Mousey, Window

History

0.9.4dNew To Version