Equivalent of ifdef ANDROID? ie, having Android specific code in processing
in
Android Processing
•
2 years ago
I'm trying to create a project that will work on both Android and PC. However, some bits of code only compile in Android or PC mode, not both. Is there a way to wrap the code in an ifdef or exclude it somehow depending on if the target is standard of android?
Thanks.
3