| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |