Home
last modified time | relevance | path

Searched refs:IDirectInputDevice_SetProperty (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Djoystick.c164 if (IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &dipr.diph) != DI_OK) in joycallback()
172 if (IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &dipr.diph) != DI_OK) in joycallback()
193 IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &dipr.diph); in joycallback()
195 IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &dipr.diph); in joycallback()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_sys.c1648 return IDirectInputDevice_SetProperty(pdev, guidProperty, &dipdw.diph); in SetDIDwordProperty()
1756 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1764 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1775 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1783 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1791 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1799 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1806 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
1814 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks()
2115 if (FAILED(IDirectInputDevice_SetProperty(pdev, DIPROP_RANGE, &diprg.diph))) in DIEnumJoysticks2()
[all …]
/dports/games/wordwarvi/wordwarvi-1.0.4/
H A Djoystick.c83 hr = IDirectInputDevice_SetProperty(joystick, DIPROP_RANGE, &dipr.diph); in EnumObjectsCallback()
/dports/games/q2pro/q2pro/source/
H A Dwin_dinput.c256 hr = IDirectInputDevice_SetProperty( di_mouse, DIPROP_BUFFERSIZE, &mouseBufferSize.diph ); in DI_InitMouse()
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dkey.c176 … SUCCEEDED (hr = IDirectInputDevice_SetProperty (g_lpdidKeybd, DIPROP_BUFFERSIZE, &dipdw.diph)) && in key_init()
H A Dmouse.c402 … SUCCEEDED (hr = IDirectInputDevice_SetProperty (g_lpdidMouse, DIPROP_BUFFERSIZE, &dipdw.diph)) && in mouse_init()
/dports/games/r1q2/r1q2-8012_5/win32/
H A Din_win.c352 … if( FAILED( hr = IDirectInputDevice_SetProperty (g_pKeyboard, DIPROP_BUFFERSIZE, &dipdw.diph ) ) ) in IN_InitDInputKeyboard()
544 … if( FAILED( hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph ) ) ) in IN_InitDInputMouse()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwmouse.c639 …hr = IDirectInputDevice_SetProperty(mouse_dinput_device, DIPROP_BUFFERSIZE, &property_buf_size.dip… in mouse_dinput_init()
H A Dwkeybd.c702 …hr = IDirectInputDevice_SetProperty(key_dinput_device, DIPROP_BUFFERSIZE, &property_buf_size.diph); in key_dinput_init()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwhaptic.cpp792 ret = IDirectInputDevice_SetProperty(device, DIPROP_FFGAIN, &dipdw.diph); in whap_set_dinput_device_gain()
819 ret = IDirectInputDevice_SetProperty(device, DIPROP_AUTOCENTER, &dipdw.diph); in whap_set_dinput_device_autocenter()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Din_win.c268 hr = IDirectInputDevice_SetProperty (g_pMouse, DIPROP_BUFFERSIZE, in IN_InitDInput()
/dports/games/tenebrae/tenebrae_0/
H A Din_win.c406 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDInput()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/win32/
H A Dwin_input.c329 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDIMouse()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DDINPUT.H366 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Din_win.c454 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDInput()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdinput.h773 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
792 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddinput.h773 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
792 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dvid_wgl.c1439 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDInput()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dvid_wgl.c2118 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDInput()
/dports/games/darkplaces/darkplaces/
H A Dvid_wgl.c2090 hr = IDirectInputDevice_SetProperty(g_pMouse, DIPROP_BUFFERSIZE, &dipdw.diph); in IN_InitDInput()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/mingw/
H A Ddinput.h1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/graphics/glfw/glfw-3.3.4/deps/mingw/
H A Ddinput.h1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/mingw/
H A Ddinput.h1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/mingw/
H A Ddinput.h1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/mingw/
H A Ddinput.h1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b) macro
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b) macro

12