Скачать Turbo Mouse 2.1 - Turbo Pascal Interface to MS Mouse

01.12.1991
Скачать файл (8,48 Кб)

Turbo Mouse


Version 2.1
Turbo Pascal Interface to Microsoft Mouse
(C) Copyright 1991, Andrew Verba, All Rights Reserved

Introduction

These routines are being distributed as an aid to the development of Turbo Pascal programs using the Microsoft mouse. The mouse comes with a program that is accessed via BASIC but it is not accessable from Turbo Pascal.

Included Files

There are two files making up Turbo Mouse version 2.1.

          TMOUSE.DOC    Documentation.

          TMOUSE.PAS    This file contains the functions and procedures making
                        up Turbo Mouse.  In order to use it you must include
                        it before your programs code. Uses TMOUSE; is fine.

          TMOUSE.TPU    This is the unit file already compiled.