Commit Graph

1 Commits

Author SHA1 Message Date
William Belcher 1373f41257
Add: Protocol structures can now contain strings (#336)
* Modify message struct: no need for byteLength; strings are now supported as a type

* Remove TwoWayMap as it's no longer needed. Add getter for streamer handlers

* Fix keyup sending too many args

* Update log message to print js types. Update default protocol

* Register handler for TextboxEntry. Add check to make sure handler is defined when registering for a fromStreamer message

* Remove unncessary import from player.ts

* Update data type to reflect that it could contain strings
2023-07-27 16:03:11 +10:00