Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
wmperry(a)aventail.com (William M. Perry) writes:
> Nope, that's not how it works - you tell it what method and it
> automatically constructs the function name from the console type (tty) and
> method name (set_mouse_position). I just cheat a little and set the method
> slots directly.
Ah you're right of course. Maybe you should just introduce that macro
(or change the function to do nothing, that might be cleaner).
Well, the console code already has a 'dummy' method it uses. I want to
avoid duplicating it if I can, just so the two do not get out of synch.
This is all kind of moot right now anyway, since the Gpm_GetSnapshot
appears to return useless positions (negative, etc). :(
-Bill P.