•  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-Filecpx_m1()
XCONTROL Callback Functions
cpx_m2()                                                           XCONTROL

Syntax

WORD (*cpx_m2)( mrets, event )
MRETS *mrets;
WORD *event;

Function      cpx_m2() is called when a MU_M2 event has occurred in an
              Event CPX.

Parameters    See cpx_m1().

Binding       cpxinfo.cpx_m2 = cpx_m2;

              return ( &cpxinfo );

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

See Also      cpx_m1()

Group         XCONTROL Callback Functions