key reflections in nDisplay cluster mode

Hello everyone,

is there a way to sync key presses between all cluster nodes not using vrpn, since that is a bit cumbersome under Linux.

I would imagine that we could just create cluster events for each key press on the master and then convert those back to key presses on the slaves. Is something like that implemented? I at least wasn’t able to find it.

Creating cluster events and listeneing to them is working. However, is there a way to emulate then key press events on the cluster slaves using blueprints or C++, after some trial and error I was not able to come up with a working solution. So I would be happy for any pointer in the right direction.

Automatic input replication has been implemented in 4.24. All input from master node automatically replicates to all slaves.