Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!cory.Berkeley.EDU!koster From: koster@cory.Berkeley.EDU (Kevin Oster) Newsgroups: comp.sys.amiga.tech Subject: Re: BOBs, interrupts, keyboard Keywords: how can I disable the keyboard Message-ID: <4490@pasteur.Berkeley.Edu> Date: 15 Jul 88 20:41:06 GMT References: <737@inria.UUCP> Sender: news@pasteur.Berkeley.Edu Reply-To: koster@cory.Berkeley.EDU.UUCP (Kevin Oster) Organization: University of California, Berkeley Lines: 11 In article <737@inria.UUCP> rouaix@inria.UUCP (Francois Rouaix) writes: > I am programming an animation using double-buffered display (320x200) > and BOBS. > When I am using more than 50 (fifty !) BOBS, and when the user presses > keys on the keyboard, this produces nasty effets on the display. The nasty effects are probably caused by the keyboard interrupt, which probably is very time-consuming. Maybe what you can do is install a server in the input.device chain, at a higher priority than intuition (who is at 50, I think) and then just throw every keyboard event away, so they don't get processed. Perhaps it is intuition that is causing the problem.