You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Windows gamepad/controller tester and visualizer with side-by-side backend cover
9
9
10
10
## About
11
11
12
-
MultiPad Tester is a self-contained C++23 Win32 desktop tool for inspecting controller input in real time.
12
+
MultiPad Tester (MPT) is a self-contained C++23 Win32 desktop tool for inspecting controller input in real time.
13
13
Release builds link the **Microsoft C/C++ runtime statically** (`/MT`), so the prebuilt `MultiPadTester.exe` does not depend on the separate VC++ redistributable (`MSVCP140.dll`, etc.).
14
14
It polls multiple input APIs in parallel and renders one live gamepad view per detected device using [Dear ImGui](https://github.com/ocornut/imgui) and DirectX 11.
0 commit comments