Short: V1.4 - read mouse button state Author: tim@timj.co.uk (Tim Jackson) Uploader: tim timj co uk (Tim Jackson) Type: util/boot Version: 1.4 Architecture: m68k-amigaos >= 2.0.4 GetMouseInput is a very simple program which reads the state of the mouse buttons from a mouse connected to either the mouse or gameport and sends the output: - to an global (environment) variable called MouseInput - to a local variable called MouseInput - to stdout - any combination of the above The result can then be read from AmigaDOS scripts etc. Very useful in startup-sequence to select different startup files. Changes from V1.3 to V1.4 - New GAMEPORT option to allow reading from a mouse connected to the gameport Changes from V1.2 to V1.3 - Can now write output to local variable - Bugfix to clean up properly on exit - A few documentation corrections