MacroPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

button-match

Arguments: button-state button-form

Compares the button-state to the buttons described in button-form. button-form is recursively defined as follows:

simple-button-form | 
(only simple-button-form) |
(not button-form) |
(or button-form*) | 
(and button-form*) | 
NONE | 
nil | 
UP

Where simple-button-form can be any constant with an integer value. Examples of button-forms are:

meta-key 
(only shift-key)
(and (or shift-key meta-key) (not left-mouse-button))

Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1