keyName

From Bohemia Interactive Community
Revision as of 23:27, 1 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


keyName dikCode


Operand types:

dikCode: Number

Type of returned value:

String

Compatibility:

Version 2.01 required.

Description:

Returns the name of a button (on the keyboard, mouse or joystick) with the given code.


Example:

name = keyName 28 .... result is "Enter"