Hi,
I don’t understand the class Message of JUCE (I have clone of the git repo synchronized yesterday).
The class jucemessage was in juce 1.53 including 4 members (3 ints and a pointer)
The comments in juce_message.h still say that :
[code]/** The base class for objects that can be delivered to a MessageListener.
The simplest Message object contains a few integer and pointer parameters
that the user can set, and this is enough for a lot of purposes. For passing more
complex data, subclasses of Message can also be used.
@see MessageListener, MessageManager, ActionListener, ChangeListener
*/[/code]
but I can’t see any member in the code.
Where am I wrong ?
Best,
adrien