Make TUIO port configurable (#3813)

This commit is contained in:
Mathis Brossier
2025-10-27 14:20:29 +01:00
committed by GitHub
parent 57f2705157
commit 8d382d5a85
4 changed files with 27 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ namespace openspace {
class TuioEar : public TUIO::TuioListener {
public:
TuioEar();
explicit TuioEar(int port = 3333);
~TuioEar();
/**