ÍÍ README.DOC ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ A mouse unit for Turbo and Borland Pascal. ³ ÀÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÙ ³ PASCAL MOUSE Version 1.0 ³ ÀÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÙ ³ December 1996 ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Author: Tanescu Aurelian Horatiu ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ 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 simple and easy to use but didn't offer everything I was looking for. Others were quite complex, but they had a lot of code to handle protected mode, mouse ISR programming and I didn't need all that for medium applications. I was looking for something simple, easy to use and fast. So I wrote PASCAL MOUSE. I used the built-in assembler so the code will be fast and short. I wrote over 40 procedures and functions that used almost all the routines of INT 33H ( the mouse software interrupt ). All the procedures and functions will properly work if you have a Microsoft compatible mouse driver. I wrote a manual describing the whole unit. I'm also including the full source code and a lot of demos. ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ About the author ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ I am studying computer programming at the "E.Gojdu" HighSchool, in Oradea, Romania. If you are interested in computer programming (as I am), please contact me (my favourite subjects are OOP, C/C++, assembler, text user interfaces, etc.). ÚÄÄÄÄÄÄÄÄÄÄÄ¿ ³ LICENSE ³ ÀÄÄÄÄÄÄÄÄÄÄÄÙ You may copy and distribute this package freely if no fee is charged for use, copying or distribution, and if it is distributed ONLY in its original, unmodified state. If you find this mouse unit useful for developing applications please let me know. Please send me a copy of your program, if you can. If you have any questions, bugs, or suggestions, please contact me at: ÄÄ alpha@lego.soroscj.ro ÄÄ. In the future versions I'll try to handle any errors or bugs.