Jake Leland

Results 1 comments of Jake Leland

I had success multiplying the mouse coordinates by `window.devicePixelRatio`. Would look something like this in the web client example code: ``` parsec.clientSendMessage({ type: 4, relative: !!relative, x: x * window.devicePixelRatio,...