Merge pull request #4937 from german77/multiUDP
InputCommon: Add multiple udp server support
This commit is contained in:
commit
eba344f859
10 changed files with 420 additions and 267 deletions
|
@ -286,7 +286,7 @@ void InputSubsystem::ReloadInputDevices() {
|
|||
if (!impl->udp) {
|
||||
return;
|
||||
}
|
||||
impl->udp->ReloadUDPClient();
|
||||
impl->udp->ReloadSockets();
|
||||
}
|
||||
|
||||
std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue