Skip to content

Commit d625e14

Browse files
committed
Added screenshots
1 parent a5b51bf commit d625e14

7 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ It polls multiple input APIs in parallel and renders one live gamepad view per d
2424
- **Modal queue:** system notices (HidHide active/blocked, Zadig driver matches, update available) and **About** / **Preferences** use a **single ordered queue**—only one modal is shown at a time, in a stable priority order, so multiple conditions never fight in Dear ImGui’s popup stack.
2525
- While any queued modal is pending, **About** and **Preferences** in the window’s system menu are **greyed out** so it is obvious that dialogs are being handled in sequence.
2626

27+
## Screenshots
28+
29+
Live view with each backend tab selected. Tab counts reflect devices detected on the machine used for the capture.
30+
31+
| | |
32+
| --- | --- |
33+
| <img src="assets/screenshots/screenshot-xinput.png" width="420" alt="MultiPad Tester with the XInput tab selected, showing two connected Xbox controllers." /> | <img src="assets/screenshots/screenshot-rawinput.png" width="420" alt="MultiPad Tester with the Raw Input tab selected, showing four controllers." /> |
34+
| XInput | Raw Input |
35+
| <img src="assets/screenshots/screenshot-directinput.png" width="420" alt="MultiPad Tester with the DirectInput tab selected, showing four controllers." /> | <img src="assets/screenshots/screenshot-hidapi.png" width="420" alt="MultiPad Tester with the HIDAPI tab selected, showing four controllers." /> |
36+
| DirectInput | HIDAPI |
37+
| <img src="assets/screenshots/screenshot-wgi.png" width="420" alt="MultiPad Tester with the Windows.Gaming.Input tab selected, showing four controllers." /> | <img src="assets/screenshots/screenshot-gameinput.png" width="420" alt="MultiPad Tester with the GameInput tab selected, showing four controllers." /> |
38+
| Windows.Gaming.Input | GameInput |
39+
2740
## Limitations / Known Gaps
2841

2942
- Windows only. Linux and macOS are not supported.
177 KB
Loading
138 KB
Loading
176 KB
Loading
138 KB
Loading
135 KB
Loading
101 KB
Loading

0 commit comments

Comments
 (0)