Searched refs:hInstDI (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Din_win.c116 static HINSTANCE hInstDI; variable
344 if (!hInstDI)
346 hInstDI = LoadLibrary("dinput.dll");
348 if (hInstDI == NULL)
357 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA");
/external/quake/quake/src/WinQuake/
H A Din_win.cpp117 static HINSTANCE hInstDI; variable
345 if (!hInstDI)
347 hInstDI = LoadLibrary("dinput.dll");
349 if (hInstDI == NULL)
358 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA");

Completed in 100 milliseconds