| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: stream event-number button-state data
In general, methods should not be defined for this generic function. event is called, but it simply dispatches to the appropriate new function named for the actual event (such as mouse-right-down and mouse-moved). Instead of specializing event, you should specialize the new generic function named after the event.
See cg-events.htm for information about event handling in Common Graphics.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |