home *** CD-ROM | disk | FTP | other *** search
- 'Rem Mouse include file
- DEFINT A-Z
-
- DECLARE FUNCTION GetButtonUpStatus%_
- (Button%, MPosX%, MPosY%)
- DECLARE FUNCTION GetMouseStatus% (MPosX%, MPosY%)
- DECLARE FUNCTION MouseReset% ()
- DECLARE FUNCTION ThereIsAMouse% ()
- DECLARE SUB ClearButton (Button%)
- DECLARE SUB MouseHandler (ax%, bx%, cx%, dx%)
- DECLARE SUB MouseOff ()
- DECLARE SUB MouseOn ()
- DECLARE SUB SetMouseSoftCursor_
- (MouseChar%, MouseFGColor%, MouseBGColor%)
-
- COMMON SHARED True, False
- COMMON SHARED OutRegs AS RegType
-