Keyboard Need declarator for init

See also:

  • pony.ui.Key

Static variables

staticread onlyclick:Signal1<Key>

@:value(false)staticdisabled:Bool = false

staticread onlydown:Signal1<Key>

@:value(false)staticenabled:Bool = false

staticmap:Map<Int, Key>

staticread onlypress:Signal1<Key>

staticpressedKeys:Array<Key>

staticread onlyup:Signal1<Key>

Constructor

new()