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:
bicarus
2026-04-11 12:04:12 -07:00
committed by GitHub
parent 8afff3aaca
commit 727b99effd
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -743,6 +743,7 @@ namespace overlay::windows {
case rawinput::UNKNOWN:
default:
ImGui::Text("Type: Unknown");
break;
}
ImGui::TreePop();
}