•  Back 
  •  XCONTROL Callback Functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileXCONTROL Callback Functions
cpx_timer()                                                        XCONTROL

Syntax

VOID (*cpx_timer)( event )
WORD *event;

Function      cpx_timer() is called when a MU_TIMER event has occurred in
              an Event CPX.

Parameters    The WORD pointed to by event should be filled in with 1 if
              this event should terminate the CPX.

Binding       cpxinfo.cpx_timer = cpx_timer;

              return ( &cpxinfo );

Comments      This function will only be called if Set_Evnt_Mask() is
              called with MU_TIMER specified as an event to wait for.

Group         XCONTROL Callback Functions