[net.micro.atari16] keyboard gets disabled when changing mouse form - Megamax C

mmc@well.UUCP (Matthew McClure) (10/02/86)

Here's a technical question about systems software.  When we
change what the mouse looks like (mous_form), the keyboard
doesn't work for a while, until 6 or 7 keystrokes have been
entered.  Any ideas why?  Any ideas of a workaround?

code fragment:

main()
{
int     handle  ;
        appl_init();
        v_opnvwk( work_in, &handle, work_out  ) ;

                graf_mouse(3, OL) ;
                Cconin() ;

                for (;;)
                        {
                        if (Cconis() != 0)
                                {
                                printf("have a key\n") ;
                                Cconin() ;
                                }
                        graf_mouse(255, mous_form) ;
                        }
        v_clsvwk(handle);
        appl_exit();
}


Thanks for any ideas...

	Matthew McClure		{hplabs, hoptoad, lll-crg, ptsfa)!well!mmc
	International Technology Development Corporation
	1627 Lombard Street
	San Francisco, CA 94123
	415-673-6370