RMouse 1.10
MOUSE Handling Toolbox
Turbo Pascal 6.0
Includes:
- convenient program
interfface;
- GRAPHIC Mouse cursor
in TEXT mode for EGA
VGA adapters (a'la NORTON
Utilities 6.0).
Copyright 1992
Igor Evsikov,
Sergey Shmakov and
Pete Sychov
October 1992
RMOUSE is a Turbo Pascal 6.0 mouse handling unit for
application programs. In comparison with another units this
one gives you advantages:
- simple and convenient program interface. Most units (e. g.
Turbo Professional TPMOUSE) simply gives you Pascal interface
to mouse support driver interrupt INT 33. This is a powerful
tool but rather complicated and not transparent one. This
unit provides a set of function to handle MOUSE and KEYBOARD
events in a similar way (as in MS Windows). From our point of
view simplicity and convenience of the event driven approach
well compensate a slight loss of flexibility compared to the
custom IN
|