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 Utility FunctionsMFsave() XCONTROLSyntaxVOID (*xcpb->MFsave)( flag, mf )
BOOLEAN flag;
MFORM *mf;
Function MFsave() saves the current mouse form so that a custom
application mouse form is not destroyed when the CPX calls
graf_mouse() or vsc_form() to change the shape of the mouse.
Parameters flag specifies the action to take. If flag is MFSAVE (1),
the current mouse form will be written into the MFORM structure pointed to by mf. If flag is MFRESTORE (0), the
mouse form will be restored from the MFORM structure pointed
to by mf. See vsc_form() for the definition of MFORM.
Binding (*xcpb->MFsave)( flag, mf );
Group XCONTROL Utility Functions