ggerganov / imgui-ws

Dear ImGui over WebSockets
MIT License
448 stars 53 forks source link

Add TakeControl event #18

Closed ihilt closed 2 years ago

ihilt commented 2 years ago

This is a simple addition to the events list which could allow a client to send a TakeControl event to the server. The server could handle this request by giving mouse control to that client and rendering the window size of that client.

ihilt commented 2 years ago

Please convert the tabs to spaces and I will merge

Done