Searched refs:hInstDI (Results 1 – 2 of 2) sorted by relevance
117 static HINSTANCE hInstDI; variable345 if (!hInstDI) in IN_InitDInput()347 hInstDI = LoadLibrary("dinput.dll"); in IN_InitDInput()349 if (hInstDI == NULL) in IN_InitDInput()358 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA"); in IN_InitDInput()
116 static HINSTANCE hInstDI; variable344 if (!hInstDI) in IN_InitDInput()346 hInstDI = LoadLibrary("dinput.dll"); in IN_InitDInput()348 if (hInstDI == NULL) in IN_InitDInput()357 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA"); in IN_InitDInput()