What is the beast approach to support multiple platforms in one projects.
I want use TextBox but is is not supported in Ejecta. How to detect platform and invoke proper code for proper platform ? For HTML/Crosswalk i will use textbox but for iOS i need to provide some custom solution.
Is in Construct 2 any option to conditional include code or plugin depending on platform ? (like preprocesor in C).