Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

set-pointer-position

Generic function

Summary

Sets the position of the specified pointer.

Signature

set-pointer-position pointer x y #key sheet => ()

Arguments

pointer
An instance of type <pointer>.

x
An instance of type <real>.

y
An instance of type <real>.

sheet
An instance of type <sheet>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Sets the position of pointer to (x,y), relative to the top left corner of sheet, if specified. Units are measured in pixels.

See also

pointer-position, page 328

set-pointer-position, page 340


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index