keyName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
'''Compatibility:'''
'''Compatibility:'''


Version 2.01 required.
Version 2.01 required.


'''Description:'''
'''Description:'''

Revision as of 02:00, 30 June 2006



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"