Home
last modified time | relevance | path

Searched refs:IDirectInputDevice_SetCooperativeLevel (Results 1 – 25 of 34) sorted by relevance

12

/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Dkeyboard.c135 if (IDirectInputDevice_SetCooperativeLevel(pdev, hWndMain, in initkb()
H A Djoystick.c150 if (IDirectInputDevice_SetCooperativeLevel(pdev, hWndMain, in joycallback()
/dports/games/q2pro/q2pro/source/
H A Dwin_dinput.c250 …hr = IDirectInputDevice_SetCooperativeLevel( di_mouse, hWndMain, DISCL_EXCLUSIVE|DISCL_FOREGROUND … in DI_InitMouse()
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dkey.c175 …SUCCEEDED (hr = IDirectInputDevice_SetCooperativeLevel (g_lpdidKeybd, g_hWnd, DISCL_NONEXCLUSIVE |… in key_init()
H A Dmouse.c400 …SUCCEEDED (hr = IDirectInputDevice_SetCooperativeLevel (g_lpdidMouse, g_hWnd, DISCL_EXCLUSIVE | DI… in mouse_init()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_sys.c1206 if (FAILED(IDirectInputDevice_SetCooperativeLevel(lpDIM, hWndMain, in I_DoStartupMouse()
1740 if (IDirectInputDevice_SetCooperativeLevel (pdev, hWndMain, in DIEnumJoysticks()
1998 if (FAILED(IDirectInputDevice_SetCooperativeLevel(lpDIJ, hWndMain, in I_InitJoystick()
2099 if (IDirectInputDevice_SetCooperativeLevel (pdev, hWndMain, in DIEnumJoysticks2()
2362 …if (FAILED(IDirectInputDevice_SetCooperativeLevel (lpDIJ2, hWndMain, DISCL_NONEXCLUSIVE | DISCL_FO… in I_InitJoystick2()
3248 if (FAILED(IDirectInputDevice_SetCooperativeLevel(lpDIK, hWndMain, in I_StartupKeyboard()
/dports/games/r1q2/r1q2-8012_5/win32/
H A Din_win.c328 hr = IDirectInputDevice_SetCooperativeLevel (g_pKeyboard, cl_hwnd, dwCoopFlags ); in IN_InitDInputKeyboard()
511 hr = IDirectInputDevice_SetCooperativeLevel (g_pMouse, cl_hwnd, dwCoopFlags ); in IN_InitDInputMouse()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwmouse.c468 hr = IDirectInputDevice_SetCooperativeLevel(mouse_dinput_device, allegro_wnd, level); in mouse_dinput_grab()
H A Dwkeybd.c707 …hr = IDirectInputDevice_SetCooperativeLevel(key_dinput_device, allegro_wnd, DISCL_FOREGROUND | DIS… in key_dinput_init()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwhaptic.cpp884 IDirectInputDevice_SetCooperativeLevel(whap->device, in whap_acquire_lock()
1422 IDirectInputDevice_SetCooperativeLevel(whap->device, in whap_release()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Din_win.c257 hr = IDirectInputDevice_SetCooperativeLevel (g_pMouse, mainwindow, in IN_InitDInput()
/dports/games/tenebrae/tenebrae_0/
H A Din_win.c394 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow, in IN_InitDInput()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/win32/
H A Dwin_input.c317 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, g_wv.hWnd, in IN_InitDIMouse()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DDINPUT.H373 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Din_win.c443 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow, in IN_InitDInput()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdinput.h780 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
799 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddinput.h780 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
799 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-win32.c296 IDirectInputDevice_SetCooperativeLevel(joystick_di_devices[port_idx], in joystick_di_open()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-win32.c295 IDirectInputDevice_SetCooperativeLevel(joystick_di_devices[port_idx], in joystick_di_open()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dvid_wgl.c1427 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow, in IN_InitDInput()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dvid_wgl.c2106 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow, in IN_InitDInput()
/dports/games/darkplaces/darkplaces/
H A Dvid_wgl.c2078 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow, in IN_InitDInput()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/mingw/
H A Ddinput.h1607 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
1628 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro
/dports/graphics/glfw/glfw-3.3.4/deps/mingw/
H A Ddinput.h1607 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
1628 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(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.h1607 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
1628 #define IDirectInputDevice_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro

12