Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

$pointer-buttons

Constant

Summary

The constant representing the possible buttons on the pointing device.

Type

<sequence> 

Value

#[#"left", #"middle", #"right"];

Library

duim-sheets

Module

duim-sheets

Description

The constant representing the possible buttons on the pointing device attached to the computer, typically a mouse. Up to three buttons are provided for.

The order of the elements in this sequence must match the order of the values of $left-button, $middle-button, and $right-button

See also

button-index, page 212

button-index-name, page 212

$left-button, page 293

$middle-button, page 312

$right-button, page 339


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index