HomeSort by relevance Sort by last modified time
    Searched refs:dinput (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/WinQuake/
in_win.cpp 23 #include <dinput.h>
119 static qboolean dinput; variable
177 if (mouseinitialized && mouseactive && !dinput)
228 if (dinput)
282 if (dinput)
347 hInstDI = LoadLibrary("dinput.dll");
351 Con_SafePrintf ("Couldn't load dinput.dll\n");
432 if (COM_CheckParm ("-dinput"))
434 dinput = IN_InitDInput ();
436 if (dinput)
    [all...]
wq.bat 21 winquake -dinput %2 %3 %4 %5 %6 %7 %8 %9
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
directx.h 79 #include <dinput.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
directx.h 79 #include <dinput.h>
SDL_dx5events.c 49 static LPDIRECTINPUT dinput = NULL; variable
167 &dinput, NULL);
177 result = IDirectInput_CreateDevice(dinput, inputs[i].guid,
252 if ( dinput != NULL ) {
270 IDirectInput_Release(dinput);
271 dinput = NULL;
  /external/quake/quake/src/QW/client/
in_win.c 23 #include <dinput.h>
118 static qboolean dinput; variable
176 if (mouseinitialized && mouseactive && !dinput)
227 if (dinput)
281 if (dinput)
346 hInstDI = LoadLibrary("dinput.dll");
350 Con_SafePrintf ("Couldn't load dinput.dll\n");
431 if (COM_CheckParm ("-dinput"))
433 dinput = IN_InitDInput ();
435 if (dinput)
    [all...]
qwcl.mak     [all...]

Completed in 407 milliseconds