CodeBase - get_key_name()

Return to the CodeBase listing

Category: Text

Version: 1.0

0
0

Information

Uploaded: 15th Sep 2003 13:31

Modified: 1st Jan 1970 01:00

Author:  sicjoshsic

Summary

Simply send an ASCII code to this function and it will return a description of the key. Easy to understand and edit if for instance you need to use it on a non-qwerty keyboard

Full Description

to use the function simply call it from in your program like so:<br /> <br /> ascii=scancode()<br /> key_description$=get_key_name(ascii)<br /> <br /> obviously there are better ways to use the code, but there's just a quick example so you can see the syntax

Comments

No comments yet.