Improve this doc

DirectInput API

This page is automatically generated from the assembly documentation.

It provides links between managed types and methods in the SharpDX.DirectInput assembly and the original documentation of the DirectInput API on MSDN.

The DirectInput API is used to process data from a joystick, or other game controller.

Enumerations

Managed Native
CooperativeLevel DISCL<p>Flags that specify the cooperative level to associate with the input device.</p>
DataFormatFlag DIDF<p>Flags describing other attributes of the </p>
DeviceAxisMode DIPROPAXISMODE<p>Device Axis mode.</p>
DeviceClass DI8DEVCLASS<p>Device class filter used by </p>
DeviceEnumerationFlags DIEDFL<p>Flags that refine the scope of the enumeration used by </p>
DeviceFlags DIDC<p>Flags associated with the device.</p>
DeviceObjectTypeFlags DIDFT_FLAGS<p>No documentation.</p>
DeviceType DI8DEVTYPE<p>The DIJOYTYPEINFO structure contains information about a joystick type.</p>
EffectFileFlags DIFEF<p>To load effects, call the method.</p>
EffectFlags DIEFF<p>Used by theIDirectInputDevice8::CreateEffectmethod to initialize a newIDirectInputEffect Interfaceobject.</p>
EffectParameterFlags DIEP<p>You can modify the basic magnitude of some effects by applying an envelope and an offset.</p>
EffectPlayFlags DIES<p>No documentation.</p>
EffectStatus DIEGES<p>Retrieves the status of an effect.</p>
EffectType DIEFT<p>No documentation.</p>
ForceFeedbackCommand DISFFC<p>Sends a command to the device’s force-feedback system.</p>
ForceFeedbackState DIGFFS<p>Retrieves the state of the device’s force-feedback system.</p>
ImageUsage DIDIFT<p>Carries information required to display a device image or an overlay image with a callout.</p>
Key DIK<p>Keyboard device constants, defined in Dinput.</p>
ObjectAspect DIDOI<p>Before you begin asking for input from a device, you need to know something about its capabilities.</p>
TextAlignment DIDAL<p>Carries information required to display a device image or an overlay image with a callout.</p>

Structures

Managed Native
Capabilities DIDEVCAPS<p>Describes a DirectInput device’s capabilities.</p>
Condition DICONDITION<p>Contains type-specific information for effects that are marked as </p>
DeviceImage DIDEVICEIMAGEINFOW<p>Carries information required to display a device image or an overlay image with a callout.</p>
DeviceImageHeader DIDEVICEIMAGEINFOHEADERW<p>Contains information about device images.</p>
DeviceInstance DIDEVICEINSTANCEW<p>Describes an instance of a DirectInput device.</p>
DeviceObjectInstance DIDEVICEOBJECTINSTANCEW<p>Describes a device object instance.</p>
EffectFile DIFILEEFFECT<p>Describes data for a force-feedback effect stored in a file.</p>
EffectInfo DIEFFECTINFOW<p>Used by theIDirectInputDevice8::EnumEffectsandIDirectInputDevice8::GetEffectInfomethods to return information about a particular effect supported by a device.</p>
EffectParameters DIEFFECT<p>Used by theIDirectInputDevice8::CreateEffectmethod to initialize a newIDirectInputEffect Interfaceobject.</p>
Envelope DIENVELOPE<p>Used by theDIEFFECTstructure to specify the optional envelope parameters for an effect.</p>
JoystickState ???<p>No documentation.</p>
MouseState ???<p>No documentation.</p>

Interfaces

Managed Native
Device<ul><li>Acquire</li><li>Capabilities</li><li>GetEffectInfo</li><li>GetForceFeedbackState</li><li>Information</li><li>Poll</li><li>SendForceFeedbackCommand</li><li>SetCooperativeLevel</li><li>Unacquire</li><li>WriteEffectToFile</li></ul> IDirectInputDevice8W<ul><li>Acquire</li><li>GetCapabilities</li><li>GetEffectInfo</li><li>GetForceFeedbackState</li><li>GetDeviceInfo</li><li>Poll</li><li>SendForceFeedbackCommand</li><li>SetCooperativeLevel</li><li>Unacquire</li><li>WriteEffectToFile</li></ul><p>Applications use the methods of the interface to gain and release access to Microsoft DirectInput devices, manage device properties and information, set behavior, perform initialization, create and play force-feedback effects, and invoke a device’s control panel.</p>
DirectInput<ul><li>FindDevice</li></ul> IDirectInput8W<ul><li>FindDevice</li></ul><p>Applications use the methods of the interface to enumerate, create, and retrieve the status of Microsoft DirectInput devices, initialize the DirectInput object, and invoke an instance of the Microsoft Windows Control Panel.</p>
Effect<ul><li>Download</li><li>GetParameters</li><li>Guid</li><li>SetParameters</li><li>Start</li><li>Status</li><li>Stop</li><li>Unload</li></ul> IDirectInputEffect<ul><li>Download</li><li>GetParameters</li><li>GetEffectGuid</li><li>SetParameters</li><li>Start</li><li>GetEffectStatus</li><li>Stop</li><li>Unload</li></ul><p>No documentation.</p>