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

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 155 } DIDATAFORMAT, *LPDIDATAFORMAT;
156 typedef const DIDATAFORMAT *LPCDIDATAFORMAT;
161 extern const DIDATAFORMAT c_dfDIMouse;
162 extern const DIDATAFORMAT c_dfDIKeyboard;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 155 } DIDATAFORMAT, *LPDIDATAFORMAT;
156 typedef const DIDATAFORMAT *LPCDIDATAFORMAT;
161 extern const DIDATAFORMAT c_dfDIMouse;
162 extern const DIDATAFORMAT c_dfDIKeyboard;
  /external/quake/quake/src/QW/client/
in_win.c 142 static DIDATAFORMAT df = {
143 sizeof(DIDATAFORMAT), // this structure
  /external/quake/quake/src/WinQuake/
in_win.cpp 143 static DIDATAFORMAT df = {
144 sizeof(DIDATAFORMAT), // this structure
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 335 const DIDATAFORMAT c_dfDIKeyboard = { 24, 16, 0x00000002, 256, 256, KBD_fmt };
350 const DIDATAFORMAT c_dfDIMouse = { 24, 16, 0x00000002, 16, 7, PTR_fmt };
402 const DIDATAFORMAT c_dfDIJoystick = { 24, 16, 0x00000001, 80, 44, JOY_fmt };
    [all...]

Completed in 51 milliseconds