Are there predefined preprocessor directives to be used or do I have to define them myself? If I do have to define them myself, where or how can I do it?
I have a net standard library with shared code and I want to be able to distinguish between the platforms at some places.
Edit:
I want different input processing code to be executed for Android (Touch) and Desktop (mouse / keyboard / game pad).