From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f3e11acb721a8aaa,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-10 21:01:35 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!newshost.marcam.com!charnel.ecst.csuchico.edu!nic-nac.CSU.net!clstcs!amlombardi From: amlombardi@vms4.sci.csupomona.edu Newsgroups: comp.lang.ada Subject: Unbuffered Keyboard -- revisited Date: 10 Feb 95 22:01:35 PDT Organization: College of Science Computational Systems Message-ID: <1995Feb10.220135.1@clstcs> NNTP-Posting-Host: vms7.sci.csupomona.edu Date: 1995-02-10T22:01:35-07:00 List-Id: Well, I was perusing through the SMG package for the VAX ADA 83 thanx to someone on this newsgroup who directed me to it.. I found a command for getting a key from the keyboard ... GET_KEYPRESS(STATUS : COND_VALUE_TYPE; KEYBOARD_ID : UNSIGNED_LONGWORD; KEY : UNSIGNED_WORD); and before I believe you have to assign a virtual keyboard CREATE_VIRTUAL_KEYBOARD(STATUS : COND_VALUE_TYPE; KEYBOARD_ID : UNSIGNED_LONGWORD) i don't quite remember if these were the exact way they are called but you get the idea... problem is... when I create the keyboard it waits for a key before it continues the rest of the program (which sucks) and I can't quite figure out how to get PUT statements to work still.. question is how do I get rid of that keypress it needs and how do I use SMG to write to the screen instead of text_io ... thanx alot in advance, any help is appreciated .. E-mail me at :AMLOMBARDI@CSUPOMONA.EDU