Быстрая и удобная мышиная библиотека для графического (BGI)
и текстового режимов, содержащая более 40 функций,
написанных на ассемблере. Позволяет получать координаты мыши
и состояние кнопок, позиционировать мышь, изменять форму курсора,
устанавливать чувствительность, получать информацию об
установленном драйвере.
Very fast and easy ti use mouse unit for Turbo and Borland Pascal.
Written in assembler for speed and small code.
Over 40 procedures and functions give you full controll over
the mouse. |
24k |
-- README.DOC ---------------------------------------------------
+----------------------------------------------+
| A mouse unit for Turbo and Borland Pascal. |
+--------+----------------------------+--------+
| PASCAL MOUSE Version 1.0 |
+-----+---------------+------+
| December 1996 |
+---------------+
Author: Tanescu Aurelian Horatiu
+------ You can, in plain Pascal to ----------------------------
|
+-- read the mouse position and the state of the mouse buttons
+-- show and hide the mouse
+-- position the mouse
+-- change the shape of the mouse cursor
+-- set the mouse sensitivity, threshold, range for movements etc
+-- get information about the installed mouse driver
|
+-------- AND A LOT MORE ! --------------------------------------
VERY FAST & EASY TO USE even for a begginer !
Written in assembler for speed and small code.
-----------------------------------------------------------------
I wrote this collection of mouse routines because I needed a
mouse interface in Pascal. I tried other packages "on the
market". Some of them seemed very
|