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=2.1 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,aaee7e9de1c17892 X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: help about any_key_pressed Date: 1998/09/09 Message-ID: <6t58oh$5tj$1@cf01.edf.fr>#1/1 X-Deja-AN: 389307771 References: <6t3572$1md$1@nnrp1.dejanews.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Direction des Etudes et Recherches EDF Newsgroups: comp.lang.ada Date: 1998-09-09T00:00:00+00:00 List-Id: Look at the Text_IO package there is 2 functions named Get_Immediate and Look_Ahead that should do what you want. These are Ada95 standard functions. Pascal. jtapasai@bipa162.bi.ehu.es a �crit dans le message <6t3572$1md$1@nnrp1.dejanews.com>... >Hi! >I am learning ADA with GNAT under Linux and I have a question >I want to know if there is a function or procedure like this one >(used in Alsys compiler under Windows) : >BIOS_KEYBOARD_GET_EXT_KEYB_STATUS(ANYKEY,SCODE,ACODE); >This procedure is used to know if one key has been pressed >