Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
wmperry(a)aventail.com (William M. Perry) writes:
> And it actually seems to work. Unfortunately there is no
> CONSOLE_NO_LONGER_HAS_METHOD(...) macro to go with it. :)
Just call CONSOLE_HAS_METHOD with a NULL method value?
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.
-Bill P.