[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ClipCursor(lpRect)  \
 { \
 if (lpRect) MOUSE_SetHBounds(lpRect->left, lpRect->right),
                MOUSE_SetVBounds(lpRect->top, lpRect->bottom); \
 else        MOUSE_SetHBounds(0, VideoInfo.width-1),
                MOUSE_SetVBounds(0, VideoInfo.length-1); \
 }

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson