Backends: Win32: dynamically load XInput library (#3646, #3645, #3248, #2716)

This commit is contained in:
Kuanlan
2021-01-25 16:30:44 +01:00
committed by ocornut
parent 2ed47e5822
commit 633d1033af
2 changed files with 66 additions and 20 deletions
+1 -2
View File
@@ -19,9 +19,8 @@ IMGUI_IMPL_API void ImGui_ImplWin32_Shutdown();
IMGUI_IMPL_API void ImGui_ImplWin32_NewFrame();
// Configuration
// - Disable gamepad support or linking with xinput.lib
// - Disable gamepad support
//#define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD
//#define IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT
// Win32 message handler your application need to call.
// - Intentionally commented out in a '#if 0' block to avoid dragging dependencies on <windows.h> from this helper.