-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamically load XInput library at runtime maybe a better choice #3645
Comments
PS: Instead of pasting code as images, you can paste code using a block starting with ```cpp and ending with ``` |
good, now I didn't need to make choise |
Closing this now (will merge #3646 asap). Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version/Branch of Dear ImGui:
Version: any
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_win32.cpp
Compiler: VS2019
Operating System: any
My Issue/Question:
My application designed to run on multiple Windows versions and load XInput library dynamically. So disable links to XInput library via macros will cause link error.
I rewrite the implement of Win32 XInput on my project. #3646
Screenshots/Video
none
Standalone, minimal, complete and verifiable example: (see #2261)
global datas:
init:
shutdown:
update:
The text was updated successfully, but these errors were encountered: