Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-y

Generic function

Summary

Returns the y position of the pointer at the time the event occurred.

Signature

event-y event => y

Arguments

event
An instance of type <event>.

Values

y
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the y position of the pointer at the time the event occurred, in the coordinate system of the sheet that received the event.

See also

event-pointer, page 266

event-region, page 267

event-x, page 268


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index