Add multiple udp server support
This commit is contained in:
parent
d9c847bdde
commit
6708e0ec0e
10 changed files with 420 additions and 267 deletions
|
@ -233,7 +233,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