Path: utzoo!attcan!uunet!mcsun!ukc!harrier.ukc.ac.uk!gos.ukc.ac.uk!tkb1 From: tkb1@ukc.ac.uk (T.K.Berge) Newsgroups: comp.os.minix Subject: Re: Almost a mouse driver Summary: MSMOUSE library compatible Message-ID: <2591@gos.ukc.ac.uk> Date: 19 Nov 89 18:23:48 GMT References: <1989Nov16.003710.19533@comp.vuw.ac.nz> Organization: Computing Lab, University of Kent at Canterbury, UK. Lines: 35 In article <1989Nov16.003710.19533@comp.vuw.ac.nz>, lloyd@comp.vuw.ac.nz (lloyd Parkes) writes: > > > Things it doesn't do > ~~~~~~~~~~~~~~~~~~~~ > 6) Send messages anywhere. > If you want to port a MSDOS program that uses the microsoft mouse library, the mousedriver has to be read by the application program, and the application program moves the cursor on the screen. The application program needs to know when the the mouse has been moved, or when a button is pressed. There is 2 solutions to this problem: 1) Create a subprocess that is constantly reading the mousedriver 2) The mousedriver sends a signal to the application program every time the mouse has moved or a button is pressed. For several reasons, I think the latter solution is the more elegant the the former. Anyway, I think a mousedriver is needed for the MINIX operating system. Since I am currently working on mousedriver implemtation on MINIX, I am quite happy to post the specification of my own mousedriver as soon as I have time to do so. Yours sincerely Tor Kristjan Berge Electronic Engineering Laboratory, University of Kent at Canterbury, ENGLAND ps. I am looking forward to see a more detailed specification of your mouse- driver mr. Parkes. ds.