Re: Mouse in SVGA
- Posted by "Graeme." <hmi at POWERUP.COM.AU> May 23, 1998
- 750 views
At 09:57 AM 5/23/98 +0200, you wrote: >I just ran Irv's dosGUI - demo (nice work, BTW!) and found that the mouse >worked nicely (nothing wrong in that alone...). The problem is that I use >Jiri's SVGA mouse routines in my leveleditor, and when I use mode 256 with >VESA it moves in larger steps than it should. Irv's demo uses the exact same >screenconfig, so I am puzzled here. Any ideas? > >(PS: I send this message to one address, and it gets back with another >address on it. Will both these addresses be permanent?) > >Einar Mogen I don't know anything about Irv's prog, but I was on-line when this one came in, so ... *Could* be that thing where the X values get doubled in some modes. Try putting: ev=floor(ev/2)&ev[2..3] where ev is your mouse events return sequence. check that it's not an atom first. Graeme. ----------------------------------------------------