Event Table Structure

struct et_struct   /*Defined in vv_sys.h   */
{        
USHORT code; /*keycode or eventcode value   */
EVENTFP fp; /*pointer to function to execute   */
} ET, *ETPTR;        


Home Contents Previous Next