Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-x

Generic function

Summary

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

Signature

event-x event => x

Arguments

event
An instance of type <event>.

Values

x
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the x 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-y, page 269


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index