[mod.computers.apollo] smd_$set_tp_cursor and optical mice

mike%bambi@MOUTON.ARPA (01/25/86)

I'm trying to write a program that listens to a Mouse Systems optical
mouse connected to my DN330's serial port and moves the DM cursor with
smd_$ calls.  The problem is this: the program correctly calls
smd_$stop_tp_cursor, but subsequent keystrokes (cursor keys, NEXT, etc.),
while moving the DM's idea of where the cursor is, DON'T actually move
the little blinking box.  Also, there doesn't seem to be any way to
query the system as to where the DM thinks the cursor is, so as to move
it to the correct place next time the mouse gets moved.

I've looked at the Bitpad example, and I think I'm doing the same thing
it is.  Does anybody have code to manage another locator device?

	- Mike