Mouse Unit introduction ----------------------- This mouse unit was made by Timo Sirainen in February 1995. Released at 13.3.1995. You can do what ever you want with this, but if you found this useful, credits would be nice... This unit was made with Borland Pascal 7.0. It makes a graphics look-like mouse cursor in text mode. The idea is this: - Get the old font pattern - Use AND/OR to font pattern bits - Set the new font pattern Because the mouse cursor could be between the characters, at least four fonts must be changed. This unit is designed for normal 80x25 text mode. You could use it with another screen modes, but then you'd have to modify it a little. The mouse interrupt part was taken from PCGPE10, but the all the mouse cursor drawings are made full by myself. Files in this packet: MOUSE.PAS : Mouse unit MEXAM.PAS : Example program MOUSE.DOC : This introduction