send mouse drag over wrtc (#139)
* send mouse drag over wrtc * add more debugging code * wrtc data channel working
This commit is contained in:
@ -27,7 +27,7 @@ export const Stream = () => {
|
||||
|
||||
const debounceSocketSend = throttle((message) => {
|
||||
engineCommandManager?.sendSceneCommand(message)
|
||||
}, 100)
|
||||
}, 16)
|
||||
const handleMouseMove: MouseEventHandler<HTMLVideoElement> = ({
|
||||
clientX,
|
||||
clientY,
|
||||
|
Reference in New Issue
Block a user