@samuelgr I traced the issue to
|
template <EDirectInputVersion diVersion> |
|
requires (DirectInputVersionIs8<diVersion>) |
|
HRESULT __stdcall WrapperIDirectInputVersion8Only<diVersion>::EnumDevicesBySemantics( |
|
DirectInputTypes<diVersion>::ConstStringType ptszUserName, |
|
DirectInputTypes<diVersion>::ActionFormatType* lpdiActionFormat, |
|
DirectInputTypes<diVersion>::EnumDevicesBySemanticsCallbackType lpCallback, |
|
LPVOID pvRef, |
|
DWORD dwFlags) |
|
{ |
|
// Operation not supported. |
|
return DIERR_UNSUPPORTED; |
|
} |
this code, and asked AI to help resolve it:
ThirteenAG@fff7d7d
Can confirm that keyboard is working again. What do you think?
@samuelgr I traced the issue to
Xidi/Source/WrapperIDirectInput.cpp
Lines 467 to 478 in 16fde0a
this code, and asked AI to help resolve it:
ThirteenAG@fff7d7d
Can confirm that keyboard is working again. What do you think?