Short: Driver for Logitech mouse; supports wheel Author: Dave Harris Uploader: Dave Harris Type: driver/input Version: 1.3beta Architecture: m68k-amigaos This is a freeware driver for the Logitech FirstMouse+, a clone of the Microsoft IntelliMouse; it might well work with the MouseMan+ as well. It supports the wheel (used in Wintel-land for scrolling &c.). Applications (gadget classes, anyone?) must currently support MouseWheel explicitly in order for the wheel to work as more than a middle mouse button. New: ---- o There are now two new ways of receiving wheel events: as fake raw keypresses and as InputEvents of class IECLASS_MOUSEWHEEL . Old: ---- o mwck-cursor-keys, another simple client application (including source) which converts wheel events to four cursor key presses o include/mousewheel.h, so you too can add support too (d'oh!)