diff --git a/src/Input.cpp b/src/Input.cpp index ffdd1344..3ba7e5ca 100644 --- a/src/Input.cpp +++ b/src/Input.cpp @@ -29,6 +29,9 @@ BOOL InitDirectInput(void) { SDL_InitSubSystem(SDL_INIT_JOYSTICK); + if (!HookAllDirectInputDevices()) + return FALSE; + return TRUE; }