Xinf API Reference
Back | Index
class xinf.erno.Keys

DOCME: out of date!

The Keys class provides a single global function (get) to convert a runtime-specific numeric key code to a xinferno-standard key string.
"Well-known" Keys are:

static var SPECIAL :Int
static function get( code:Int ) :String
Back | Index