[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re- Event handling



> Does anyone have a sample program for event handling from MCL?
 
Look at any code that handles mouse-clicks or keystrokes, such as
":examples:View-Example.lisp" or any other source file containing
the string "-EVENT-HANDLER".
 
Ruben Kleiman's "mini-application" is a complete example program,
including docs, published on an Apple CD ROM. It may be available
via ftp.
 
_Steve