Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

button-index-name

Function

Summary

Returns the button on the pointer device represented by the specified index.

Signature

button-index-name index => button

Arguments

index
An instance of type <integer>.

Values

button
An instance of type one-of(#"left", #"middle", #"right").

Library

duim-sheets

Module

duim-sheets

Description

Returns the button on the pointer device connected to the computer (typically a mouse) represented by index. The index is either 0, 1, or 2, these values corresponding to the left, middle, or right buttons, respectively.

See also

button-index, page 212

$pointer-buttons, page 322


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index