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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!hubcap!wtwolfe From: wtwolfe@hubcap.clemson.edu (Bill Wolfe) Newsgroups: comp.lang.ada Subject: User Input Signals Message-ID: <5564@hubcap.clemson.edu> Date: 23 May 89 01:13:42 GMT Organization: Clemson University, Clemson, SC List-Id: Dik T. Winter (dik@cwi.nl) and I have been discussing via e-mail the standardization of user input signals, and I came up with a 9X proposal for general discussion: o Have one generic standard I/O package for 8-bit character sets, and another generic for 16-bit character sets, which could then be instantiated for the appropriate character set. o Have one 16-bit and one 24-bit standard character set which serve to represent the concept "User Input Signal". If the particular value of the User Input Signal is, for example, an arrow key or a mouse button, then the program can react to that signal and loop back for the next one. If the signal isn't a control signal, then a type conversion can be done to convert the signal into a standard CHARACTER for storage. A User_Input_Signal could also be stored directly if desired. Comments, anyone? Bill Wolfe, wtwolfe@hubcap.clemson.edu