Welcome, Guest. Please login or register.

Author Topic: NEWMOUSE standard  (Read 2839 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: NEWMOUSE standard
« on: July 02, 2007, 10:31:09 PM »
Quote
It seems that the newmouse stuff sends both a mousewheel up/down event as well as a cursor up/down event.


NewMouse does not send cursor key events, FreeWheel does this. Deactivate FreeWheel and try again.

Bye,
Thomas

Offline Thomas

Re: NEWMOUSE standard
« Reply #1 on: October 08, 2007, 09:00:11 AM »

The NewMouse program is a driver for serial mice. It cannot be used with PS/2 devices.

But it also invented a set of rawkey codes used to feed wheel movements into input.device. These codes are called "the NewMouse standard". The codes, not the program.

Programs supporting the NewMouse standard rely on the rawkey codes, not on the NewMouse program. Most drivers for PS/2 mice (e.g. Cocolino, Topolino, EZMouse etc.) feed exactly the same rawkey codes into input.device for wheel movements. This way programs supporting NewMouse automatically support Cocolino etc., too.

Bye,
Thomas