Home
last modified time | relevance | path

Searched refs:DIDATAFORMAT (Results 1 – 25 of 69) sorted by relevance

123

/dports/games/NBlood/NBlood-a1689a4/platform/Windows/src/dxlibs/
H A Ddinput.c265 const DIDATAFORMAT c_dfDIKeyboard = {sizeof(DIDATAFORMAT),
280 const DIDATAFORMAT c_dfDIMouse = {sizeof(DIDATAFORMAT),
299 const DIDATAFORMAT c_dfDIMouse2 = {sizeof(DIDATAFORMAT),
351 const DIDATAFORMAT c_dfDIJoystick = {sizeof(DIDATAFORMAT),
523 const DIDATAFORMAT c_dfDIJoystick2 = {sizeof(DIDATAFORMAT),
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/input/win32/
H A Ddinput_core.h7 extern const DIDATAFORMAT c_dfDIJoystick2;
8 extern const DIDATAFORMAT c_dfDIMouse2;
9 extern const DIDATAFORMAT c_dfDIKeyboard;
H A Ddinput_core.cpp57 const DIDATAFORMAT c_dfDIJoystick = {
58 sizeof(DIDATAFORMAT),
233 const DIDATAFORMAT c_dfDIJoystick2 = {
234 sizeof(DIDATAFORMAT),
252 const DIDATAFORMAT c_dfDIMouse = {
253 sizeof(DIDATAFORMAT),
275 const DIDATAFORMAT c_dfDIMouse2 = {
276 sizeof(DIDATAFORMAT),
543 const DIDATAFORMAT c_dfDIKeyboard = {
544 sizeof(DIDATAFORMAT),
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/input/win32/
H A Ddinput_core.h7 extern const DIDATAFORMAT c_dfDIJoystick2;
8 extern const DIDATAFORMAT c_dfDIMouse2;
9 extern const DIDATAFORMAT c_dfDIKeyboard;
H A Ddinput_core.cpp57 const DIDATAFORMAT c_dfDIJoystick = {
58 sizeof(DIDATAFORMAT),
233 const DIDATAFORMAT c_dfDIJoystick2 = {
234 sizeof(DIDATAFORMAT),
252 const DIDATAFORMAT c_dfDIMouse = {
253 sizeof(DIDATAFORMAT),
275 const DIDATAFORMAT c_dfDIMouse2 = {
276 sizeof(DIDATAFORMAT),
543 const DIDATAFORMAT c_dfDIKeyboard = {
544 sizeof(DIDATAFORMAT),
/dports/games/vavoom/vavoom-1.33/source/
H A Din_win32.cpp62 static DIDATAFORMAT df_Keyboard;
64 static DIDATAFORMAT df_Mouse;
66 static DIDATAFORMAT df_Joystick;
376 DIDATAFORMAT VDirectInputDevice::df_Keyboard =
378 sizeof(DIDATAFORMAT), // this structure
409 DIDATAFORMAT VDirectInputDevice::df_Mouse =
411 sizeof(DIDATAFORMAT), // this structure
468 DIDATAFORMAT VDirectInputDevice::df_Joystick =
470 sizeof(DIDATAFORMAT), // this structure
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Ddxdidf.h53 const DIDATAFORMAT c_dfDIJoystick = { sizeof(DIDATAFORMAT), sizeof(DIOBJECTDATAFORMAT), 0x00000001,…
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Ddxdidf.h265 const DIDATAFORMAT c_dfDIKeyboard = { 24, 16, 0x00000002, 256, 256, c_dfDIKeyboard_odf };
279 const DIDATAFORMAT c_dfDIMouse = { 24, 16, 0x00000002, 16, 7, c_dfDIMouse_odf };
330 const DIDATAFORMAT c_dfDIJoystick = { 24, 16, 0x00000001, 80, 44, c_dfDIJoystick_odf };
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/windows/
H A DSDL_windowsjoystick_c.h87 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/windows/
H A DSDL_windowsjoystick_c.h87 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/windows/
H A DSDL_windowsjoystick_c.h88 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/windows/
H A DSDL_windowsjoystick_c.h87 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick_c.h89 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick_c.h89 extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
/dports/games/q2pro/q2pro/source/
H A Dwin_dinput.c67 static DIDATAFORMAT mouseDataFormat = {
68 sizeof( DIDATAFORMAT ),
/dports/devel/sdl12/SDL-1.2.15/src/video/windx5/
H A Ddirectx.h94 extern const DIDATAFORMAT c_dfDIMouse2;
H A DSDL_dx5video.c335 const DIDATAFORMAT c_dfDIKeyboard = { sizeof(DIDATAFORMAT), sizeof(DIOBJECTDATAFORMAT), 0x00000002,…
350 const DIDATAFORMAT c_dfDIMouse = { sizeof(DIDATAFORMAT), sizeof(DIOBJECTDATAFORMAT), 0x00000002, 16…
366 const DIDATAFORMAT c_dfDIMouse2 = { sizeof(DIDATAFORMAT), sizeof(DIOBJECTDATAFORMAT), 0x00000002, 2…
418 const DIDATAFORMAT c_dfDIJoystick = { sizeof(DIDATAFORMAT), sizeof(DIOBJECTDATAFORMAT), 0x00000001,…
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/input/
H A Ddirectinput.py125 format = dinput.DIDATAFORMAT()
140 prop.dwData = 64 * ctypes.sizeof(dinput.DIDATAFORMAT)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Ddinput.py297 class DIDATAFORMAT(ctypes.Structure): class
307 LPDIDATAFORMAT = ctypes.POINTER(DIDATAFORMAT)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/input/
H A Ddirectinput.py125 format = dinput.DIDATAFORMAT()
140 prop.dwData = 64 * ctypes.sizeof(dinput.DIDATAFORMAT)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Ddinput.py297 class DIDATAFORMAT(ctypes.Structure): class
307 LPDIDATAFORMAT = ctypes.POINTER(DIDATAFORMAT)
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DDINPUT.H155 } DIDATAFORMAT, *LPDIDATAFORMAT; typedef
156 typedef const DIDATAFORMAT *LPCDIDATAFORMAT;
161 extern const DIDATAFORMAT c_dfDIMouse;
162 extern const DIDATAFORMAT c_dfDIKeyboard;
/dports/graphics/gimp-app/gimp-2.10.30/modules/
H A Dcontroller-dx-dinput.c111 DIDATAFORMAT *format;
649 const DIDATAFORMAT * const format = input->format; in dx_dinput_event_dispatch()
827 dump_data_format (const DIDATAFORMAT *format) in dump_data_format()
922 controller->format = g_new (DIDATAFORMAT, 1); in dx_dinput_setup_events()
923 controller->format->dwSize = sizeof (DIDATAFORMAT); in dx_dinput_setup_events()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Din_win.c112 static DIDATAFORMAT df = {
113 sizeof (DIDATAFORMAT), // this structure
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdinput.h437 } DIDATAFORMAT, *LPDIDATAFORMAT; typedef
438 typedef const DIDATAFORMAT *LPCDIDATAFORMAT;
443 extern const DIDATAFORMAT c_dfDIMouse;
444 extern const DIDATAFORMAT c_dfDIKeyboard;
445 extern const DIDATAFORMAT c_dfDIJoystick;
446 extern const DIDATAFORMAT c_dfDIJoystick2;

123