snowkit / mint

A framework/renderer agnostic Minimal UI interface library for Haxe.
http://snowkit.github.io/mint/
MIT License
65 stars 19 forks source link

Haxe 3.4.0-rc1 and inline fields in KeyCodes class #57

Closed ghost closed 7 years ago

ghost commented 7 years ago
C:\HaxeToolkit\haxe\lib\mint/git/mint/render/luxe/Convert.hx:91: characters 17-25 : Only inline or read-only (default, never) fields can be used as a pattern
C:\HaxeToolkit\haxe\lib\mint/git/mint/render/luxe/Convert.hx:87: lines 87-104 : Missing return: mint.types.KeyCode

It tries to convert luxe's codes into mint's.

ruby0x1 commented 7 years ago

Thanks for the report!