nadako / Ash-Haxe

Port of Ash entity framework to Haxe
Other
131 stars 37 forks source link

Updated KeyPoll.hx and added getKeysDown() method #18

Closed dimumurray closed 9 years ago

dimumurray commented 9 years ago

Previous implementation only handled keys with codes in the range 0-64. Extended the range to handle key codes from 0 to 255. Also added a method to retrieve a list of keys currently down.