Hi all,
I am having problems with C++'s use of member function pointers and the DirectInput callbacks.
I have a class with the function i want to use:
class CInput {
public:
BOOL CALLBACK EnumDevicesSemanticsCallback(LPCDIDEVICEINSTANCE,LPDIRECTINPUTDEVICE8,DWORD,DWORD,LPVOID);
}
and in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.