- 4.49.1.8 -
Standard Units
Mouse Unit
Mouse Unit Procedures and Functions
InitMouse procedure
Targets: MS-DOS, Win32 console
Mouse Unit
Does the following:
Allocates a 4K stack for the user's mouse interrupt-driven procedure.
Determines the presence or absence of the mouse.
If mouse is present:
enables the mouse cursor (calls
ShowMouse
);
positions the cursor to the upper-left screen corner;
reserves the callback address for the users' interrupt-driven
mouse procedure (regardless of whether it will get installed or not).
Declaration:
procedure
InitMouse;
See also:
DoneMouse
HideMouse procedure
Table of Content
LeftButtonPressed function
- 4.49.1.8 -