Modifying Event Tables in the Header File vv_glob.h

You can initialize the Vermont Views event tables so that the event code and event function assignments are as you desire.

All event tables are defined in vv_glob.h. Simply go to this header file and make the necessary changes in the definitions of the event table array(s). You can change the event code-event function pairing and add and delete event code assignments.

To attach your event function to a particular key, use the keycode as the event code, and your event function as the associated event function.

If the event code specified for an event function is not a keycode or an existing internal event code, you must post the event from one of your user functions. Only keycodes and internal action codes are automatically posted by Vermont Views.


Home Contents Previous Next