evrecord.icn: Procedure to record window events

link evrecord
April 25, 1996; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.

This procedure writes a file of graphics events.  The file can be
converted to "pseudo events" by evplay.icn.

When used with a vidget interface, evrecord can be passed as an
argument to, say, GetEvents(), as in

     GetEvents(root, , evrecord)

Source code | Program Library Page | Icon Home Page