input: cleanup device naming logic

ref #8301
This commit is contained in:
Vaxry 2024-11-09 01:53:01 +00:00
parent 3b66351eeb
commit 4c7a2faf85
7 changed files with 11 additions and 32 deletions

View file

@ -36,5 +36,5 @@ class IHID {
CSignal destroy;
} events;
std::string deviceName;
std::string deviceName, hlName;
};