MyrikLD / LinusTrinus

TrinusVR streaming server for Linux
128 stars 16 forks source link

How to change the mode to mouse input? #8

Closed Hacker1245 closed 4 years ago

MyrikLD commented 4 years ago

You must add mouse to callback_objects in SensorClient. There is a problem before, but I fixed it.

from callback.mouse import Mouse

SensorClient(server_ip, server_port=server_port, callback_objects=[Mouse()])