Home
last modified time | relevance | path

Searched refs:DirectInputCreate (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdxver.c71 DIRECTINPUTCREATE DirectInputCreate = NULL; in get_dx_ver() local
181 DirectInputCreate = (DIRECTINPUTCREATE) GetProcAddress(dinput_hinst, "DirectInputCreateA"); in get_dx_ver()
184 if (!DirectInputCreate) { in get_dx_ver()
245 DirectInputCreate = (DIRECTINPUTCREATE) GetProcAddress(dinput_hinst, "DirectInputCreateA"); in get_dx_ver()
248 if (!DirectInputCreate) { in get_dx_ver()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-win32-dinput-handle.c62 if (DirectInputCreate(winmain_instance, 0x0500, &di, NULL) != DI_OK) { in get_directinput_handle()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-win32-dinput-handle.c67 if (DirectInputCreate(winmain_instance, 0x0500, &di, NULL) != DI_OK) { in get_directinput_handle()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/io/
H A Dmouse.cpp627 hr = DirectInputCreate(GetModuleHandle(NULL), DIRECTINPUT_VERSION, &Di_mouse_obj, NULL); in di_init()
629 hr = DirectInputCreate(GetModuleHandle(NULL), 0x300, &Di_mouse_obj, NULL); in di_init()
H A Djoy.cpp1107 hr = DirectInputCreate(GetModuleHandle(NULL), 0x500, &Di_joystick_obj, NULL); in joy_di_init()
H A Dkey.cpp1059 hr = DirectInputCreate(GetModuleHandle(NULL), 0x300, &Di_object, NULL); in di_init()
H A Dswff_lib.cpp80 hResult = DirectInputCreate(GetModuleHandle(NULL), DIRECTINPUT_VERSION, ppDI, NULL); in SWFF_OpenDefaultFFJoystick()
205 hResult = DirectInputCreate(hInstance, DIRECTINPUT_VERSION, ppDI, NULL); in SWFF_OpenDefaultFFJoystickEx()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Dkeyboard.c163 if (DirectInputCreate(myInstance, DIRECTINPUT_VERSION, &pdi, NULL) != DI_OK) in initinput()
H A Djoystick.c217 if (DirectInputCreate(myInstance, DIRECTINPUT_VERSION, &pdi, NULL) != DI_OK) in initjoystick()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DDINPUT.H640 #define DirectInputCreate DirectInputCreateW macro
642 #define DirectInputCreate DirectInputCreateA macro
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dkey.c162 …if (SUCCEEDED (hr = DirectInputCreate (GetModuleHandle (NULL), DIRECTINPUT_VERSION, &g_lpdi, NULL)… in key_init()
H A Dmouse.c387 …if (SUCCEEDED (hr = DirectInputCreate (GetModuleHandle (NULL), DIRECTINPUT_VERSION, &g_lpdi, NULL)… in mouse_init()
/dports/emulators/mednafen/mednafen/src/drivers/
H A DJoystick_DX5.cpp367 REQUIRE_DI_CALL( DirectInputCreate(GetModuleHandle(NULL), DIRECTINPUT_VERSION, &dii, NULL) ); in JoystickDriver_DX5()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_sys.c2252 hr = DirectInputCreate (main_prog_instance, DIRECTINPUT_VERSION, &DI_main, NULL); in I_StartupSystem()
2258 hr = DirectInputCreate (main_prog_instance, REQ_DX0300, &DI_main, NULL); in I_StartupSystem()
/dports/games/avp/avp-20170505/src/win95/
H A Ddi_func.cpp136 if (DirectInputCreate(hInst, DIRECTINPUT_VERSION, &lpdi, NULL) != DI_OK) in InitialiseDirectInput()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdinput.h1485 #define DirectInputCreate DirectInputCreateW macro
1487 #define DirectInputCreate DirectInputCreateA macro
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddinput.h1485 #define DirectInputCreate DirectInputCreateW macro
1487 #define DirectInputCreate DirectInputCreateA macro
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/graphics/glfw/glfw-3.3.4/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/mingw/
H A Ddinput.h2458 #define DirectInputCreate WINELIB_NAME_AW(DirectInputCreate)

12