Hi all, since getting back into C++ and using the juce framework, I've seen a couple of things that I just don't recall from years ago.What is exactly is the JUCE api macro? What's it's purpose? Only reason I know it's a macro is because the tool tip tells me it is.
I've used the #define many times in the past, but I don't recall ever seeing anything like this before.
class JUCE_API Component : public MouseListener