Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File9.1.3.6 MFsave TOS Name: »MFsave« - Save/restore mouse form. Declaration VOID cdecl (*MFsave) (int16_t saveit, MFORM *mf); Description The call MFsave saves or restores the shape of the mouse pointer. The following apply: Parameter Meaning savit 0 = Restore mouse-shape 1 = Save mouse-shape mf Memory block for saving the mouse-shape Return value: The function does not return a result. Group: XCONTROL functions See also: graf_mouse XCONTROL