Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
virtual bool | consumeMessage (Message &m, std::string rootOSCPath)=0 |
Returns true if message was consumed by this class. | |
Interface for classes that can consume OSC messages When you write a class that inherits from PacketHandler, you might want to add a method to register MessageConsumer objects. This allows writing classes that can consume OSC messages with a set OSC prefix and that can notify if they have consumed the message
Definition at line 286 of file al_OSC.hpp.