Skip to content

Commit e187dee

Browse files
authored
Merge pull request #37 from reclaimprotocol/fix/host-interaction-dispatch
add interaction event relay to popcorn host
2 parents db50bb7 + 0467e27 commit e187dee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

images/minimal-vnc-desktop/host/popcorn-host.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
case 'POPCORN_ERROR': emit('error', d); break;
215215
case 'POPCORN_KBD_STATE': emit('kbdstate', d); break;
216216
case 'POPCORN_INPUT_DRIFT': emit('inputdrift', d); break;
217+
case 'POPCORN_INTERACTION': emit('interaction', d); break;
217218
default: return;
218219
}
219220
if (relay) {

0 commit comments

Comments
 (0)