This PR introduces the possibility to register callbacks on custom osc message profiles. This makes it possible to implement more tuio profiles or subscribe to custom message profiles you implemented on the tuio sender side.
Changes
Add a public methods AddMessageListener and RemoveMessageListener in the TuioClient class.
Custom Message Listener
This PR introduces the possibility to register callbacks on custom osc message profiles. This makes it possible to implement more tuio profiles or subscribe to custom message profiles you implemented on the tuio sender side.
Changes
AddMessageListener
andRemoveMessageListener
in theTuioClient
class.