Enums in Processing 1.5.1
in
Programming Questions
•
2 years ago
I'm trying to create an enum in processing 1.5.1.
Unfortunately I get an error: Unrecognized type:46 (ENUM_DEF)
In my search for an answer I've read that older versions of processing don't support enums. Is this still the case?
- enum StarType {
- sPOINT,
- sCROSS,
- sBURST,
- sNOVA
- };
Unfortunately I get an error: Unrecognized type:46 (ENUM_DEF)
In my search for an answer I've read that older versions of processing don't support enums. Is this still the case?
1