mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
rawinput: fix ID for rawinput devices (#627)
## Link to GitHub Issue or related Pull Request, if one exists #616 ## Description of change The IDs don't really get used anywhere if it's not a real HID or MIDI device, but putting them for completeness since they show up in Controls overlay menu. ## Testing
This commit is contained in:
@@ -743,6 +743,7 @@ namespace overlay::windows {
|
||||
case rawinput::UNKNOWN:
|
||||
default:
|
||||
ImGui::Text("Type: Unknown");
|
||||
break;
|
||||
}
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user