georgefst / monpad

A fully-customisable web-based gamepad, designed to be used from smartphones.
BSD 3-Clause "New" or "Revised" License
39 stars 5 forks source link

Make --watch-layout work correctly with multiple layouts #19

Closed georgefst closed 3 years ago

georgefst commented 3 years ago

Currently it only sends updates to the first client, and just sends other clients the data from startup.

No big deal, as the initial purpose was just to make it easier to get quick visual feedback when creating layouts. But it would be cool if it worked.

georgefst commented 3 years ago

Relatedly, with e203dab, it only watches the first layout given.

georgefst commented 3 years ago

Multiple clients actually works now. Possibly a side effect of b38e4ff?

georgefst commented 3 years ago

Done: b97e3ff.