InteractiveScapeGmbH / TuioNet

MIT License
7 stars 1 forks source link

Custom message listener #14

Closed eqbic closed 4 months ago

eqbic commented 5 months ago

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