Home
last modified time | relevance | path

Searched refs:IDirectInputDevice (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DDirectInputEnvironmentPlugin.java161 private final Mouse createMouseFromDevice(IDirectInputDevice device) { in createMouseFromDevice()
183 case IDirectInputDevice.DI8DEVTYPE_MOUSE: in createControllerFromDevice()
185 case IDirectInputDevice.DI8DEVTYPE_KEYBOARD: in createControllerFromDevice()
187 case IDirectInputDevice.DI8DEVTYPE_GAMEPAD: in createControllerFromDevice()
189 case IDirectInputDevice.DI8DEVTYPE_DRIVING: in createControllerFromDevice()
191 case IDirectInputDevice.DI8DEVTYPE_1STPERSON: in createControllerFromDevice()
193 case IDirectInputDevice.DI8DEVTYPE_FLIGHT: in createControllerFromDevice()
195 case IDirectInputDevice.DI8DEVTYPE_JOYSTICK: in createControllerFromDevice()
206 List<IDirectInputDevice> devices = dinput.getDevices(); in enumControllers()
208 IDirectInputDevice device = devices.get(i); in enumControllers()
[all …]
H A DIDirectInputEffect.java61 int int_gain = Math.round(intensity*IDirectInputDevice.DI_FFNOMINALMAX); in rumble()
94 if (res != IDirectInputDevice.DI_DOWNLOADSKIPPED && in setGain()
95 res != IDirectInputDevice.DI_EFFECTRESTARTED && in setGain()
96 res != IDirectInputDevice.DI_OK && in setGain()
97 res != IDirectInputDevice.DI_TRUNCATED && in setGain()
98 res != IDirectInputDevice.DI_TRUNCATEDANDRESTARTED) { in setGain()
106 if (res != IDirectInputDevice.DI_OK) in start()
113 if (res != IDirectInputDevice.DI_OK) in stop()
H A DDIDeviceObject.java51 private final IDirectInputDevice device;
69 …public DIDeviceObject(IDirectInputDevice device, Component.Identifier id, byte[] guid, int guid_ty… in DIDeviceObject()
86 this.min = IDirectInputDevice.DIPROPRANGE_NOMIN; in DIDeviceObject()
87 this.max = IDirectInputDevice.DIPROPRANGE_NOMAX; in DIDeviceObject()
116 public final IDirectInputDevice getDevice() { in getDevice()
161 return (type & IDirectInputDevice.DIDFT_BUTTON) != 0; in isButton()
165 return (type & IDirectInputDevice.DIDFT_AXIS) != 0; in isAxis()
169 return isAxis() && (type & IDirectInputDevice.DIDFT_RELAXIS) != 0; in isRelative()
177 …if (getDevice().getType() == IDirectInputDevice.DI8DEVTYPE_MOUSE && id == Component.Identifier.Axi… in convertValue()
H A DIDirectInput.java51 private final List<IDirectInputDevice> devices = new ArrayList<>();
68 public final List<IDirectInputDevice> getDevices() { in getDevices()
82IDirectInputDevice device = new IDirectInputDevice(window, address, instance_guid, product_guid, d… in addDevice()
91 IDirectInputDevice device = devices.get(i); in releaseDevices()
H A DIDirectInputDevice.java47 final class IDirectInputDevice { class
475 case IDirectInputDevice.GUID_XAxis: in getIdentifier()
477 case IDirectInputDevice.GUID_YAxis: in getIdentifier()
479 case IDirectInputDevice.GUID_ZAxis: in getIdentifier()
481 case IDirectInputDevice.GUID_RxAxis: in getIdentifier()
483 case IDirectInputDevice.GUID_RyAxis: in getIdentifier()
485 case IDirectInputDevice.GUID_RzAxis: in getIdentifier()
487 case IDirectInputDevice.GUID_Slider: in getIdentifier()
489 case IDirectInputDevice.GUID_POV: in getIdentifier()
491 case IDirectInputDevice.GUID_Key: in getIdentifier()
[all …]
H A DDIKeyboard.java48 private final IDirectInputDevice device;
50 …protected DIKeyboard(IDirectInputDevice device, Component[] components, Controller[] children, Rum… in DIKeyboard()
H A DDIMouse.java48 private final IDirectInputDevice device;
50 …protected DIMouse(IDirectInputDevice device, Component[] components, Controller[] children, Rumble… in DIMouse()
H A DDIEffectInfo.java46 private final IDirectInputDevice device;
54 …public DIEffectInfo(IDirectInputDevice device, byte[] guid, int guid_id, int effect_type, int stat… in DIEffectInfo()
H A DDIAbstractController.java48 private final IDirectInputDevice device;
51 …protected DIAbstractController(IDirectInputDevice device, Component[] components, Controller[] chi… in DIAbstractController()
H A DDIControllers.java51 …public final static synchronized boolean getNextDeviceEvent(Event event, IDirectInputDevice device… in getNextDeviceEvent()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DDINPUT.H350 #define IDirectInputDevice IDirectInputDeviceW macro
354 #define IDirectInputDevice IDirectInputDeviceA macro
357 typedef struct IDirectInputDevice *LPDIRECTINPUTDEVICE;
/dports/emulators/mess/mame-mame0226/src/osd/modules/input/
H A Dinput_dinput.h17 Microsoft::WRL::ComPtr<IDirectInputDevice> device;
H A Dinput_dinput.cpp50 static HRESULT dinput_set_dword_property(ComPtr<IDirectInputDevice> device, REFGUID property_guid, … in dinput_set_dword_property()
/dports/emulators/mame/mame-mame0226/src/osd/modules/input/
H A Dinput_dinput.h17 Microsoft::WRL::ComPtr<IDirectInputDevice> device;
H A Dinput_dinput.cpp50 static HRESULT dinput_set_dword_property(ComPtr<IDirectInputDevice> device, REFGUID property_guid, … in dinput_set_dword_property()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvdinput.h757 #define IDirectInputDevice IDirectInputDeviceW macro
761 #define IDirectInputDevice IDirectInputDeviceA macro
764 typedef struct IDirectInputDevice *LPDIRECTINPUTDEVICE;
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddinput.h757 #define IDirectInputDevice IDirectInputDeviceW macro
761 #define IDirectInputDevice IDirectInputDeviceA macro
764 typedef struct IDirectInputDevice *LPDIRECTINPUTDEVICE;
/dports/games/avp/avp-20170505/src/win95/
H A Ddi_func.cpp69 static IDirectInputDevice* g_pJoystick = NULL;
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/dx/
H A Ddinput.h1373 #define IDirectInputDevice IDirectInputDeviceW macro
1377 #define IDirectInputDevice IDirectInputDeviceA macro
1380 typedef struct IDirectInputDevice *LPDIRECTINPUTDEVICE;
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro
/dports/graphics/glfw/glfw-3.3.4/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/mingw/
H A Ddinput.h137 #define IDirectInputDevice WINELIB_NAME_AW(IDirectInputDevice) macro

12