home *** CD-ROM | disk | FTP | other *** search
- ProMouse Version 1.20 (C) by Robert Kozak.
-
-
- This is a small utility I wrote up for a friend of mine. YES, this is another
- mouse accellerator but unlike most others this one is Proportional. That is,
- this mouse acc. goes farther as you go faster (or is that goes faster as you
- move farther?). The reason he asked me for it was that he never saw one like
- it on the Amiga. From what I understand this is the way the Mac mouse is and
- is more natural.
-
- Anyway here it is for your perusal. You may do what ever you wish with the
- code and/or executable as long as it is not for profit.
-
- For those interested here is the formula that I used to accell. the mouse:
-
- x := x * ABS(x) DIV S
- y := y * ABS(y) DIV S
-
- x : MouseX coordinate
- y : MouseY coordinate
- S : Sensitivity. This value is derived from the number supplied by
- the user. S := 11 - CommandLineArg
-
- If you have a better formula please pass it on.
-
- Robert Kozak.
-
- For comments or suggestions I can be reached on CRS (416) 629-0138 or as
- rkozak@contact.uucp
-
- The source code is written with M2Sprint's Modula-2 (Great package).
- The code is 6652 bytes long. -- If larger/different maybe a virus?
-
- Robert:
-
-