BUILDER MOUSE FUNCTIONS The Builder Mouse Functions Are a Set of Three High Level Functions. Using the Mouse Functions Also Requires Linking Your Builder Application With the Builder GET System Contained in the BMOUSE.OBJ File. The Builder Mouse Functions Can Be Used to Set Up Mouse Awareness for ANY Clipper 5.x Routine. If You Have a Third Party Library and You Would Like to Add Mouse Awareness to It's Functions, You Can Do This Very Easily Using the Builder Mouse Functions. The Builder Mouse Functions Are Used to Program Hot Pads Within Screen Coordinates for the Left Mouse Button Only. The Right Mouse Button Will Always Enter an ESCape Key to the Keyboard. You Can Program a Mouse Hot Pad to Either React Repeatedly While the Left Mouse Button is Pressed or Once When it is Released. Since Most Builder Functions are Already Mouse Aware You May Never Need to Actually Use These Functions. In Fact There Are Only Two Builder Functions That Do Not React to Mouse Input, They Are: Show_Memo() and TextView() Both Are Not Mouse Aware for the Same Reason. The Functions Do Not Display a Screen Border, and That is Where the Mouse Pads Should Go. ** End of File