Explicitly use wide version of win API

This commit is contained in:
Exzap 2025-11-21 22:18:14 +01:00
parent c7c7e5c29d
commit 518eca80c3
6 changed files with 22 additions and 42 deletions

View file

@ -42,7 +42,7 @@ private:
GUID m_product_guid{};
std::shared_mutex m_mutex;
Microsoft::WRL::ComPtr<IDirectInputDevice8> m_device;
Microsoft::WRL::ComPtr<IDirectInputDevice8W> m_device;
Microsoft::WRL::ComPtr<IDirectInputEffect> m_effect;
std::array<LONG, 6> m_min_axis{};