ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

Added Support for Enums and EnumFlags in the Controller Input Parsing #65

Closed hexonaut closed 6 years ago

hexonaut commented 6 years ago

Enums can be parsed by either integer or string value. EnumFlags are parsed from integers.

I'm not super good with macros, so the code may be a little sloppy, but it works.