Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!yale!mintaka!bloom-beacon!bu.edu!ouzo!tjh From: tjh@ouzo.bu.edu (Tim Hall) Newsgroups: comp.sys.sgi Subject: More on queues Message-ID: <54862@bu.edu.bu.edu> Date: 29 Mar 90 16:08:25 GMT Sender: news@bu.edu.bu.edu Reply-To: tjh@ouzo.bu.edu (Tim Hall) Organization: Boston University Computer Graphics Lab Lines: 13 (Apologies if I already posted somthing like this - its been a confusing morning ) I wanted to point out that if you do a "qdevice( KEYBD )" instead of queueing the individual keyboard keys you only get an event when a key is pressed down. Then with... event = qread( &val ); when event == KEYBD then val == ascii value of key depressed. -Tim Hall tjh@bu-pub.bu.edu