Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-with-pointer-grabbed

Generic function

Summary

Runs some specified code, forwarding all pointer events to a sheet.

Signature

do-with-pointer-grabbed port sheet continuation #key => #rest values

Arguments

port
An instance of type <port>.

sheet
An instance of type <sheet>.

continuation
An instance of type <function>.

Values

values
An instance of type <object>.

Library

duim-sheets

Module

duim-sheets

Description

Runs the code specified in continuation, forwarding all pointer events to sheet, even if the pointer leaves the sheet-region of sheet. The argument continuation is an instance of <function>.

This function is called by with-pointer-grabbed, and continuation is actually the result of creating a stand-alone method from the body of code passed to with-pointer-grabbed.

See also

with-pointer-grabbed, page 382


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index