anx.framework/lib/SharpDX_2.0_precompiled/Bin/SharpDX.DirectInput.XML
2011-10-31 05:36:24 +00:00

10093 lines
553 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>SharpDX.DirectInput</name>
</assembly>
<members>
<member name="T:SharpDX.DirectInput.Capabilities">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS']/*"/>
<unmanaged>DIDEVCAPS</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Capabilities.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Capabilities"/> class.
</summary>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.Flags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwFlags']/*"/>
<unmanaged>DIDC dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.RawType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwDevType']/*"/>
<unmanaged>unsigned int dwDevType</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.AxeCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwAxes']/*"/>
<unmanaged>unsigned int dwAxes</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.ButtonCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwButtons']/*"/>
<unmanaged>unsigned int dwButtons</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.PovCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwPOVs']/*"/>
<unmanaged>unsigned int dwPOVs</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.ForceFeedbackSamplePeriod">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwFFSamplePeriod']/*"/>
<unmanaged>unsigned int dwFFSamplePeriod</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.ForceFeedbackMinimumTimeResolution">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwFFMinTimeResolution']/*"/>
<unmanaged>unsigned int dwFFMinTimeResolution</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.FirmwareRevision">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwFirmwareRevision']/*"/>
<unmanaged>unsigned int dwFirmwareRevision</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.HardwareRevision">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwHardwareRevision']/*"/>
<unmanaged>unsigned int dwHardwareRevision</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Capabilities.DriverVersion">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVCAPS::dwFFDriverVersion']/*"/>
<unmanaged>unsigned int dwFFDriverVersion</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Capabilities.Type">
<summary>
Gets the type of this device.
</summary>
<value>The type.</value>
</member>
<member name="P:SharpDX.DirectInput.Capabilities.Subtype">
<summary>
Gets the subtype of the device.
</summary>
<value>The subtype.</value>
</member>
<member name="P:SharpDX.DirectInput.Capabilities.IsHumanInterfaceDevice">
<summary>
Gets a value indicating whether this instance is human interface device.
</summary>
<value>
<c>true</c> if this instance is human interface device; otherwise, <c>false</c>.
</value>
</member>
<member name="T:SharpDX.DirectInput.ConditionSet">
<summary>
This class describes a set of <see cref="T:SharpDX.DirectInput.Condition"/> effect.
It is passed in the <see cref="P:SharpDX.DirectInput.EffectParameters.Parameters"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure.
</summary>
</member>
<member name="T:SharpDX.DirectInput.TypeSpecificParameters">
<summary>
Custom data stored in <see cref="T:SharpDX.DirectInput.EffectParameters"/>.
</summary>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.TypeSpecificParameters"/> class.
</summary>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.#ctor(System.Int32,System.IntPtr)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.TypeSpecificParameters"/> class.
</summary>
<param name="bufferSize">Size of the buffer.</param>
<param name="bufferPointer">The buffer pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.Init(System.Int32,System.IntPtr)">
<summary>
Inits this instance from the specified buffer.
</summary>
<param name="bufferSize">Size of the buffer.</param>
<param name="bufferPointer">The buffer pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.MarshalFree(System.IntPtr)">
<summary>
Free a previously allocated buffer.
</summary>
<param name="bufferPointer">The buffer pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="M:SharpDX.DirectInput.TypeSpecificParameters.As``1">
<summary>
Convert this instance to another typed instance: <see cref="T:SharpDX.DirectInput.ConditionSet"/>, <see cref="T:SharpDX.DirectInput.ConstantForce"/>, <see cref="T:SharpDX.DirectInput.CustomForce"/>, <see cref="T:SharpDX.DirectInput.PeriodicForce"/> <see cref="T:SharpDX.DirectInput.RampForce"/>.
</summary>
<typeparam name="T">A class <see cref="T:SharpDX.DirectInput.TypeSpecificParameters"/></typeparam>
<returns>An instance of the T class</returns>
</member>
<member name="P:SharpDX.DirectInput.TypeSpecificParameters.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
<member name="M:SharpDX.DirectInput.ConditionSet.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.ConditionSet.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="P:SharpDX.DirectInput.ConditionSet.Conditions">
<summary>
Gets or sets the conditions.
</summary>
<value>The conditions.</value>
</member>
<member name="P:SharpDX.DirectInput.ConditionSet.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
<member name="T:SharpDX.DirectInput.ConstantForce">
<summary>
This class describes a Constant force effect.
It is passed in the <see cref="P:SharpDX.DirectInput.EffectParameters.Parameters"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure.
</summary>
</member>
<member name="M:SharpDX.DirectInput.ConstantForce.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.ConstantForce.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="P:SharpDX.DirectInput.ConstantForce.Magnitude">
<summary>
Gets or sets the magnitude.
The magnitude of the effect, in the range from - 10,000 through 10,000. If an envelope is applied to this effect, the value represents the magnitude of the sustain. If no envelope is applied, the value represents the amplitude of the entire effect.
</summary>
<value>The magnitude.</value>
</member>
<member name="P:SharpDX.DirectInput.ConstantForce.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
<member name="T:SharpDX.DirectInput.Device">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W']/*"/>
<unmanaged>IDirectInputDevice8W</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.#ctor(SharpDX.DirectInput.DirectInput,System.Guid)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Device"/> class based on a given globally unique identifier (Guid).
</summary>
<param name="directInput">The direct input.</param>
<param name="deviceGuid">The device GUID.</param>
</member>
<member name="M:SharpDX.DirectInput.Device.Escape(System.Int32,System.Byte[],System.Byte[])">
<summary>
Sends a hardware-specific command to the force-feedback driver.
</summary>
<param name="command">Driver-specific command number. Consult the driver documentation for a list of valid commands. </param>
<param name="inData">Buffer containing the data required to perform the operation. </param>
<param name="outData">Buffer in which the operation's output data is returned. </param>
<returns>Number of bytes written to the output buffer</returns>
<remarks>
Because each driver implements different escapes, it is the application's responsibility to ensure that it is sending the escape to the correct driver by comparing the value of the guidFFDriver member of the <see cref="T:SharpDX.DirectInput.DeviceInstance"/> structure against the value the application is expecting.
</remarks>
</member>
<member name="M:SharpDX.DirectInput.Device.GetDeviceImages">
<summary>
Gets information about a device image for use in a configuration property sheet.
</summary>
<returns>A structure that receives information about the device image.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetEffects">
<summary>
Gets all effects.
</summary>
<returns>A collection of <see cref="T:SharpDX.DirectInput.EffectInfo"/></returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetEffects(SharpDX.DirectInput.EffectType)">
<summary>
Gets the effects for a particular <see cref="T:SharpDX.DirectInput.EffectType"/>.
</summary>
<param name="effectType">Effect type.</param>
<returns>A collection of <see cref="T:SharpDX.DirectInput.EffectInfo"/></returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetEffectsInFile(System.String)">
<summary>
Gets the effects stored in a RIFF Force Feedback file.
</summary>
<param name="fileName">Name of the file.</param>
<returns>A collection of <see cref="T:SharpDX.DirectInput.EffectFile"/></returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetEffectsInFile(System.String,SharpDX.DirectInput.EffectFileFlags)">
<summary>
Gets the effects stored in a RIFF Force Feedback file.
</summary>
<param name="fileName">Name of the file.</param>
<param name="effectFileFlags">Flags used to filter effects.</param>
<returns>A collection of <see cref="T:SharpDX.DirectInput.EffectFile"/></returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjectInfoById(SharpDX.DirectInput.DeviceObjectId)">
<summary>
Gets information about a device object, such as a button or axis.
</summary>
<param name="objectId">The object type/instance identifier. This identifier is returned in the <see cref="F:SharpDX.DirectInput.DeviceObjectInstance.ObjectId"/> member of the <see cref="T:SharpDX.DirectInput.DeviceObjectInstance"/> structure returned from a previous call to the <see cref="M:SharpDX.DirectInput.Device.GetObjects"/> method.</param>
<returns>A <see cref="T:SharpDX.DirectInput.DeviceObjectInstance"/> information</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjectInfoByUsage(System.Int32)">
<summary>
Gets information about a device object, such as a button or axis.
</summary>
<param name="usageCode">the HID Usage Page and Usage values.</param>
<returns>A <see cref="T:SharpDX.DirectInput.DeviceObjectInstance"/> information</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjectPropertiesById(SharpDX.DirectInput.DeviceObjectId)">
<summary>
Gets the properties about a device object, such as a button or axis.
</summary>
<param name="objectId">The object type/instance identifier. This identifier is returned in the <see cref="!:DeviceObjectInstance.Type"/> member of the <see cref="T:SharpDX.DirectInput.DeviceObjectInstance"/> structure returned from a previous call to the <see cref="M:SharpDX.DirectInput.Device.GetObjects"/> method.</param>
<returns>an ObjectProperties</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjectPropertiesByUsage(System.Int32)">
<summary>
Gets the properties about a device object, such as a button or axis.
</summary>
<param name="usageCode">the HID Usage Page and Usage values.</param>
<returns>an ObjectProperties</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjects">
<summary>
Retrieves a collection of objects on the device.
</summary>
<returns>A collection of all device objects on the device.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjects(SharpDX.DirectInput.DeviceObjectTypeFlags)">
<summary>
Retrieves a collection of objects on the device.
</summary>
<param name="deviceObjectTypeFlag">A filter for the returned device objects collection.</param>
<returns>A collection of device objects matching the specified filter.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.RunControlPanel">
<summary>
Runs the DirectInput control panel associated with this device. If the device does not have a control panel associated with it, the default device control panel is launched.
</summary>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.RunControlPanel(System.Windows.Forms.Control)">
<summary>
Runs the DirectInput control panel associated with this device. If the device does not have a control panel associated with it, the default device control panel is launched.
</summary>
<param name="parent">The parent control.</param>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.SetCooperativeLevel(System.Windows.Forms.Control,SharpDX.DirectInput.CooperativeLevel)">
<summary>
Requests the cooperative level for this instance of the inpute device. The cooperative level determines how this instance of the device interacts with other instances of the device and the rest of the system.
</summary>
<param name="control">Window control to be associated with the device. This parameter must be a valid top-level window handle that belongs to the process. The window associated with the device must not be destroyed while it is still active in a DirectInput device.</param>
<param name="level">Flags that specify the cooperative level to associate with the input device.</param>
<returns>If the method succeeds, the return value is <see cref="F:SharpDX.DirectInput.ResultCode.Ok"/>. If the method fails, a <see cref="T:SharpDX.SharpDXException"/> is raised with the following error code values: <see cref="F:SharpDX.DirectInput.ResultCode.InvalidParam"/>, <see cref="F:SharpDX.DirectInput.ResultCode.NotInitialized"/>, <see cref="F:SharpDX.Result.Handle"/>.</returns>
<remarks>
<para>Applications cannot specify <see cref="F:SharpDX.DirectInput.CooperativeLevel.Foreground"/> and <see cref="F:SharpDX.DirectInput.CooperativeLevel.Background"/> at the same time. This apply as well to <see cref="F:SharpDX.DirectInput.CooperativeLevel.Exclusive"/> and <see cref="F:SharpDX.DirectInput.CooperativeLevel.NonExclusive"/>.</para>
<para>When the mouse is acquired with exclusive access, the mouse pointer is removed from the screen until the device is unacquired.</para>
<para>Applications that select the background exclusive mode cooperative level are not guaranteed to retain access to the device if another application requests exclusive access. When a background exclusive mode application loses access, calls to DirectInput device methods will fail and return <see cref="F:SharpDX.DirectInput.ResultCode.NotAcquired"/>. The application can regain access to the device by manually unacquiring the device and reaquiring it.</para>
<para>Applications must call this method before acquiring the device by using the <see cref="T:SharpDX.DirectInput.Device"/> method.</para>
</remarks>
<unmanaged>HRESULT IDirectInputDevice8W::SetCooperativeLevel([In] HWND arg0,[In] DISCL arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetNotification(System.Threading.WaitHandle)">
<summary>
Specifies an event that is to be set when the device state changes. It is also used to turn off event notification.
</summary>
<param name="eventHandle">Handle to the event that is to be set when the device state changes. DirectInput uses the Microsoft Win32 SetEvent function on the handle when the state of the device changes. If the eventHandle parameter is null, notification is disabled.</param>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.WriteEffectsToFile(System.String,SharpDX.DirectInput.EffectFile[])">
<summary>
Writes the effects to a file.
</summary>
<param name="fileName">Name of the file.</param>
<param name="effects">The effects.</param>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.WriteEffectsToFile(System.String,SharpDX.DirectInput.EffectFile[],System.Boolean)">
<summary>
Writes the effects to file.
</summary>
<param name="fileName">Name of the file.</param>
<param name="effects">The effects.</param>
<param name="includeNonstandardEffects">if set to <c>true</c> [include nonstandard effects].</param>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Device.#ctor(System.IntPtr)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Device"/> class.
</summary>
<param name="nativePtr">The native pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.Device.GetCapabilities(SharpDX.DirectInput.Capabilities@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetCapabilities']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetCapabilities([Out] DIDEVCAPS* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.EnumObjects(SharpDX.FunctionCallback,System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::EnumObjects']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::EnumObjects([In] __function__stdcall* arg0,[In] void* arg1,[In] unsigned int arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetProperty(System.IntPtr,System.IntPtr)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetProperty']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetProperty([In] const void&amp; arg0,[In] void* arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetProperty(System.IntPtr,System.IntPtr)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetProperty']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SetProperty([In] const void&amp; arg0,[In] const void* arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.Acquire">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::Acquire']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::Acquire()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.Unacquire">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::Unacquire']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::Unacquire()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetDeviceState(System.Int32,System.IntPtr)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetDeviceState']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetDeviceState([In] unsigned int arg0,[In] void* arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetDeviceData(System.Int32,System.IntPtr,System.Int32@,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetDeviceData']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetDeviceData([In] unsigned int arg0,[In, Buffer] void* arg1,[InOut] unsigned int* arg2,[In] unsigned int arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetDataFormat(SharpDX.DirectInput.DataFormat)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetDataFormat']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SetDataFormat([In] const DIDATAFORMAT* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetEventNotification(System.IntPtr)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetEventNotification']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SetEventNotification([In] void* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetCooperativeLevel(System.IntPtr,SharpDX.DirectInput.CooperativeLevel)">
<summary>
Requests the cooperative level for this instance of the inpute device. The cooperative level determines how this instance of the device interacts with other instances of the device and the rest of the system.
</summary><param name="arg0">Window handle to be associated with the device. This parameter must be a valid top-level window handle that belongs to the process. The window associated with the device must not be destroyed while it is still active in a DirectInput device.</param><param name="arg1">Flags that specify the cooperative level to associate with the input device.</param><returns>If the method succeeds, the return value is <see cref="F:SharpDX.DirectInput.ResultCode.Ok"/>. If the method fails, a <see cref="T:SharpDX.SharpDXException"/> is raised with the following error code values: <see cref="F:SharpDX.DirectInput.ResultCode.InvalidParam"/>, <see cref="F:SharpDX.DirectInput.ResultCode.NotInitialized"/>, <see cref="F:SharpDX.Result.Handle"/>.</returns><remarks>
<para>Applications cannot specify <see cref="F:SharpDX.DirectInput.CooperativeLevel.Foreground"/> and <see cref="F:SharpDX.DirectInput.CooperativeLevel.Background"/> at the same time. This apply as well to <see cref="F:SharpDX.DirectInput.CooperativeLevel.Exclusive"/> and <see cref="F:SharpDX.DirectInput.CooperativeLevel.NonExclusive"/>.</para>
<para>When the mouse is acquired with exclusive access, the mouse pointer is removed from the screen until the device is unacquired.</para>
<para>Applications that select the background exclusive mode cooperative level are not guaranteed to retain access to the device if another application requests exclusive access. When a background exclusive mode application loses access, calls to DirectInput device methods will fail and return <see cref="F:SharpDX.DirectInput.ResultCode.NotAcquired"/>. The application can regain access to the device by manually unacquiring the device and reaquiring it.</para>
<para>Applications must call this method before acquiring the device by using the <see cref="T:SharpDX.DirectInput.Device"/> method.</para>
</remarks>
<unmanaged>HRESULT IDirectInputDevice8W::SetCooperativeLevel([In] HWND arg0,[In] DISCL arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetObjectInfo(System.Int32,SharpDX.DirectInput.PropertyHowType)">
<summary>
No documentation.
</summary>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetObjectInfo']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetObjectInfo([Out] DIDEVICEOBJECTINSTANCEW* arg0,[In] unsigned int arg1,[In] DIPH arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetInformation(SharpDX.DirectInput.DeviceInstance@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetDeviceInfo']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetDeviceInfo([Out] DIDEVICEINSTANCEW* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.RunControlPanel(System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::RunControlPanel']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::RunControlPanel([In] HWND arg0,[In] unsigned int arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.Initialize(System.IntPtr,System.Int32,System.Guid)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::Initialize']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::Initialize([In] HINSTANCE arg0,[In] unsigned int arg1,[In] const GUID&amp; arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.CreateEffect(System.Guid,SharpDX.DirectInput.EffectParameters,SharpDX.DirectInput.Effect,SharpDX.ComObject)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::CreateEffect']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::CreateEffect([In] const GUID&amp; arg0,[In] const DIEFFECT* arg1,[Out, Fast] IDirectInputEffect** arg2,[In] IUnknown* arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.EnumEffects(SharpDX.FunctionCallback,System.IntPtr,SharpDX.DirectInput.EffectType)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::EnumEffects']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::EnumEffects([In] __function__stdcall* arg0,[In] void* arg1,[In] DIEFT arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetEffectInfo(System.Guid)">
<summary>
No documentation.
</summary>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetEffectInfo']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetEffectInfo([Out] DIEFFECTINFOW* arg0,[In] const GUID&amp; arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetForceFeedbackState(System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetForceFeedbackState']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetForceFeedbackState([In] unsigned int* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SendForceFeedbackCommand(System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SendForceFeedbackCommand']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SendForceFeedbackCommand([In] unsigned int arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.EnumCreatedEffectObjects(SharpDX.FunctionCallback,System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::EnumCreatedEffectObjects']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::EnumCreatedEffectObjects([In] __function__stdcall* arg0,[In] void* arg1,[In] unsigned int arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.Escape(SharpDX.DirectInput.EffectEscape@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::Escape']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::Escape([In] DIEFFESCAPE* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.Poll">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::Poll']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::Poll()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SendDeviceData(System.Int32,SharpDX.DirectInput.ObjectData[],System.Int32@,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SendDeviceData']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SendDeviceData([In] unsigned int arg0,[In, Buffer] const DIDEVICEOBJECTDATA* arg1,[InOut] unsigned int* arg2,[In] unsigned int arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.EnumEffectsInFile(System.String,SharpDX.FunctionCallback,System.IntPtr,SharpDX.DirectInput.EffectFileFlags)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::EnumEffectsInFile']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::EnumEffectsInFile([In] const wchar_t* arg0,[In] __function__stdcall* arg1,[In] void* arg2,[In] DIFEF arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.WriteEffectToFile(System.String,System.Int32,SharpDX.DirectInput.EffectFile[],System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::WriteEffectToFile']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::WriteEffectToFile([In] const wchar_t* arg0,[In] unsigned int arg1,[In, Buffer] DIFILEEFFECT* arg2,[In] unsigned int arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.BuildActionMap(SharpDX.DirectInput.ActionFormat@,System.String,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::BuildActionMap']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::BuildActionMap([In] DIACTIONFORMATW* arg0,[In] const wchar_t* arg1,[In] unsigned int arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.SetActionMap(SharpDX.DirectInput.ActionFormat@,System.String,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetActionMap']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::SetActionMap([In] DIACTIONFORMATW* arg0,[In] const wchar_t* arg1,[In] unsigned int arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Device.GetImageInfo(SharpDX.DirectInput.DeviceImageHeader)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetImageInfo']/*"/>
<unmanaged>HRESULT IDirectInputDevice8W::GetImageInfo([InOut] DIDEVICEIMAGEINFOHEADERW* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Device.Properties">
<summary>
Gets the device properties.
</summary>
<value>The device properties.</value>
</member>
<member name="P:SharpDX.DirectInput.Device.CreatedEffects">
<summary>
Gets the created effects.
</summary>
<value>The created effects.</value>
</member>
<member name="P:SharpDX.DirectInput.Device.Capabilities">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetCapabilities']/*"/>
<unmanaged>GetCapabilities</unmanaged>
<unmanaged>HRESULT IDirectInputDevice8W::GetCapabilities([Out] DIDEVCAPS* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Device.DataFormat">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetDataFormat']/*"/>
<unmanaged>SetDataFormat</unmanaged>
<unmanaged>HRESULT IDirectInputDevice8W::SetDataFormat([In] const DIDATAFORMAT* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Device.EventNotification">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::SetEventNotification']/*"/>
<unmanaged>SetEventNotification</unmanaged>
<unmanaged>HRESULT IDirectInputDevice8W::SetEventNotification([In] void* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Device.Information">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputDevice8W::GetDeviceInfo']/*"/>
<unmanaged>GetDeviceInfo</unmanaged>
<unmanaged>HRESULT IDirectInputDevice8W::GetDeviceInfo([Out] DIDEVICEINSTANCEW* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.CustomDevice`3.GetBufferedData">
<summary>
Retrieves buffered data from the device.
</summary>
<returns>A collection of buffered input events.</returns>
</member>
<member name="M:SharpDX.DirectInput.CustomDevice`3.DumpDataFormat(SharpDX.DirectInput.DataFormat)">
<summary>
Dumps the DataFormat in native form in order to verify it against the unmanaged version.
</summary>
<param name="format">The format.</param>
</member>
<member name="T:SharpDX.DirectInput.CustomForce">
<summary>
This class describes a Custom force effect.
It is passed in the <see cref="P:SharpDX.DirectInput.EffectParameters.Parameters"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure.
</summary>
</member>
<member name="M:SharpDX.DirectInput.CustomForce.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.CustomForce.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="M:SharpDX.DirectInput.CustomForce.MarshalFree(System.IntPtr)">
<summary>
Free a previously allocated buffer.
</summary>
<param name="bufferPointer">The buffer pointer.</param>
</member>
<member name="P:SharpDX.DirectInput.CustomForce.ChannelCount">
<summary>
Gets or sets the number of channels (axes) affected by this force.
The first channel is applied to the first axis associated with the effect, the second to the second, and so on. If there are fewer channels than axes, nothing is associated with the extra axes.
If there is only a single channel, the effect is rotated in the direction specified by the <see cref="P:SharpDX.DirectInput.EffectParameters.Directions"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure. If there is more than one channel, rotation is not allowed.
Not all devices support rotation of custom effects.
</summary>
<value>The channel count.</value>
</member>
<member name="P:SharpDX.DirectInput.CustomForce.SamplePeriod">
<summary>
Gets or sets the sample period, in microseconds.
</summary>
<value>The sample period.</value>
</member>
<member name="P:SharpDX.DirectInput.CustomForce.SampleCount">
<summary>
Gets or sets the total number of samples in the <see cref="P:SharpDX.DirectInput.CustomForce.ForceData"/>. It must be an integral multiple of the <see cref="P:SharpDX.DirectInput.CustomForce.ChannelCount"/>.
</summary>
<value>The sample count.</value>
</member>
<member name="P:SharpDX.DirectInput.CustomForce.ForceData">
<summary>
Gets or sets an array of force values representing the custom force. If multiple channels are provided, the values are interleaved. For example, if <see cref="P:SharpDX.DirectInput.CustomForce.ChannelCount"/> is 3, the first element of the array belongs to the first channel, the second to the second, and the third to the third.
</summary>
<value>The force data.</value>
</member>
<member name="P:SharpDX.DirectInput.CustomForce.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
<member name="T:SharpDX.DirectInput.DataFormat">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT']/*"/>
<unmanaged>DIDATAFORMAT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.ObjectSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT::dwObjSize']/*"/>
<unmanaged>unsigned int dwObjSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.Flags">
<summary>
Flags describing other attributes of the data format.
</summary>
<unmanaged>DIDF dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.DataSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT::dwDataSize']/*"/>
<unmanaged>unsigned int dwDataSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.ObjectArrayCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT::dwNumObjs']/*"/>
<unmanaged>unsigned int dwNumObjs</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormat.ObjectArrayPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDATAFORMAT::rgodf']/*"/>
<unmanaged>void* rgodf</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DataFormatAttribute">
<summary>
Attributes that describes a device data format specification.
</summary>
</member>
<member name="F:SharpDX.DirectInput.DataFormatAttribute.Flags">
<summary>
Gets or sets the dataformat flags.
</summary>
<value>The flags.</value>
</member>
<member name="T:SharpDX.DirectInput.DataObjectFormatAttribute">
<summary>
Attribute to describe a custom format for a field.
</summary>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.Name">
<summary>
Gets or sets the name of the field. Default is using the field name.
</summary>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.Guid">
<summary>
Gets or sets Guid for the axis, button, or other input source. When requesting a data format, making this member empty indicates that any type of object is permissible.
</summary>
<value>The GUID.</value>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.ArrayCount">
<summary>
Gets or sets the array count.
</summary>
<value>The array count.</value>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.TypeFlags">
<summary>
Gets or sets the device type that describes the object.
</summary>
<value>The type.</value>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.Flags">
<summary>
Gets or sets the extra flags used to describe the data format.
</summary>
<value>The flags.</value>
</member>
<member name="F:SharpDX.DirectInput.DataObjectFormatAttribute.InstanceNumber">
<summary>
Gets or sets the instance number.
</summary>
<value>The instance number.</value>
</member>
<member name="T:SharpDX.DirectInput.DeviceDataFormat">
<summary>
DirectInput device data format.
</summary>
</member>
<member name="T:SharpDX.DirectInput.DeviceImageHeader">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW']/*"/>
<unmanaged>DIDEVICEIMAGEINFOHEADERW</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DeviceImageHeader.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.DeviceImageHeader"/> class.
</summary>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.SizeImageInfo">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwSizeImageInfo']/*"/>
<unmanaged>unsigned int dwSizeImageInfo</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.ViewCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwcViews']/*"/>
<unmanaged>unsigned int dwcViews</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.ButtonCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwcButtons']/*"/>
<unmanaged>unsigned int dwcButtons</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.AxeCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwcAxes']/*"/>
<unmanaged>unsigned int dwcAxes</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.PovCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwcPOVs']/*"/>
<unmanaged>unsigned int dwcPOVs</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.BufferSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwBufferSize']/*"/>
<unmanaged>unsigned int dwBufferSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.BufferUsed">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::dwBufferUsed']/*"/>
<unmanaged>unsigned int dwBufferUsed</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImageHeader.ImageInfoArrayPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOHEADERW::lprgImageInfoArray']/*"/>
<unmanaged>DIDEVICEIMAGEINFOW* lprgImageInfoArray</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceInstance">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW']/*"/>
<unmanaged>DIDEVICEINSTANCEW</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DeviceInstance.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Capabilities"/> class.
</summary>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.InstanceGuid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::guidInstance']/*"/>
<unmanaged>GUID guidInstance</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.ProductGuid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::guidProduct']/*"/>
<unmanaged>GUID guidProduct</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.RawType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::dwDevType']/*"/>
<unmanaged>unsigned int dwDevType</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.InstanceName">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::tszInstanceName']/*"/>
<unmanaged>wchar_t tszInstanceName[260]</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.ProductName">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::tszProductName']/*"/>
<unmanaged>wchar_t tszProductName[260]</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.ForceFeedbackDriverGuid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::guidFFDriver']/*"/>
<unmanaged>GUID guidFFDriver</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.UsagePage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::wUsagePage']/*"/>
<unmanaged>HID_USAGE_PAGE wUsagePage</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceInstance.Usage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEINSTANCEW::wUsage']/*"/>
<unmanaged>HID_USAGE_ID wUsage</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.DeviceInstance.Type">
<summary>
Gets the type of this device.
</summary>
<value>The type.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceInstance.Subtype">
<summary>
Gets the subtype of the device.
</summary>
<value>The subtype.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceInstance.IsHumanInterfaceDevice">
<summary>
Gets a value indicating whether this instance is human interface device.
</summary>
<value>
<c>true</c> if this instance is human interface device; otherwise, <c>false</c>.
</value>
</member>
<member name="T:SharpDX.DirectInput.DeviceObjectInstance">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW']/*"/>
<unmanaged>DIDEVICEOBJECTINSTANCEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.ObjectType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::guidType']/*"/>
<unmanaged>GUID guidType</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Offset">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwOfs']/*"/>
<unmanaged>unsigned int dwOfs</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.ObjectId">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwType']/*"/>
<unmanaged>DIDFT dwType</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Aspect">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwFlags']/*"/>
<unmanaged>DIDOI dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Name">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::tszName']/*"/>
<unmanaged>wchar_t tszName[260]</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.MaximumForceFeedback">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwFFMaxForce']/*"/>
<unmanaged>unsigned int dwFFMaxForce</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.ForceFeedbackResolution">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwFFForceResolution']/*"/>
<unmanaged>unsigned int dwFFForceResolution</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.CollectionNumber">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wCollectionNumber']/*"/>
<unmanaged>unsigned short wCollectionNumber</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.DesignatorIndex">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wDesignatorIndex']/*"/>
<unmanaged>unsigned short wDesignatorIndex</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.UsagePage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wUsagePage']/*"/>
<unmanaged>unsigned short wUsagePage</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Usage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wUsage']/*"/>
<unmanaged>unsigned short wUsage</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Dimension">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::dwDimension']/*"/>
<unmanaged>unsigned int dwDimension</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.Exponent">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wExponent']/*"/>
<unmanaged>unsigned short wExponent</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectInstance.ReportId">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTINSTANCEW::wReportId']/*"/>
<unmanaged>unsigned short wReportId</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceProperties">
<summary>
Propertyies for a <see cref="T:SharpDX.DirectInput.Device"/>.
</summary>
</member>
<member name="T:SharpDX.DirectInput.PropertyAccessor">
<summary>
</summary>
</member>
<member name="M:SharpDX.DirectInput.PropertyAccessor.#ctor(SharpDX.DirectInput.Device,System.Int32,SharpDX.DirectInput.PropertyHowType)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.PropertyAccessor"/> class.
</summary>
<param name="device">The device.</param>
<param name="code">The code.</param>
<param name="propertyType">Howtype.</param>
</member>
<member name="M:SharpDX.DirectInput.PropertyAccessor.#ctor(SharpDX.DirectInput.Device,System.String,System.Type)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.PropertyAccessor"/> class by offset inside a structure.
</summary>
<param name="device">The device.</param>
<param name="name">The name of the property inside dataFormat type.</param>
<param name="dataFormat">The data format.</param>
</member>
<member name="P:SharpDX.DirectInput.PropertyAccessor.Device">
<summary>
Gets or sets the device.
</summary>
<value>The device.</value>
</member>
<member name="P:SharpDX.DirectInput.PropertyAccessor.ObjectCode">
<summary>
Gets or sets the code.
</summary>
<value>The code.</value>
</member>
<member name="P:SharpDX.DirectInput.PropertyAccessor.PropertyType">
<summary>
Gets or sets the how type.
</summary>
<value>The how type.</value>
</member>
<member name="M:SharpDX.DirectInput.DeviceProperties.GetKeyCode(SharpDX.DirectInput.Key)">
<summary>
Gets the key code for a keyboard key. An exception is raised if the property cannot resolve specialized keys on USB keyboards because they do not exist in scan code form. For all other failures, an exception is also returned.
</summary>
<param name="key">The key id.</param>
<returns>The key code</returns>
</member>
<member name="M:SharpDX.DirectInput.DeviceProperties.GetKeyName(SharpDX.DirectInput.Key)">
<summary>
Gets the localized key name for a keyboard key. Using this property on devices other than a keyboard will return unexpected names.
</summary>
<param name="key">The key.</param>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.AutoCenter">
<summary>
Gets or sets a value indicating whether device objects are self centering.
</summary>
<value><c>true</c> if device objects are self centering; otherwise, <c>false</c>.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.AxisMode">
<summary>
Gets or sets the axis mode.
</summary>
<value>The axis mode.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.BufferSize">
<summary>
Gets or sets the input buffer size. The buffer size determines the amount of data that the buffer can hold between calls to the <see cref="M:SharpDX.DirectInput.Device.GetDeviceData(System.Int32,System.IntPtr,System.Int32@,System.Int32)"/> method before data is lost. You can set this value to 0 to indicate that the application does not read buffered data from the device. If the buffer size is too large for the device to support it, then the largest possible buffer size is set. However, this property always returns the buffer size set using the <see cref="P:SharpDX.DirectInput.DeviceProperties.BufferSize"/> property, even if the buffer cannot be supported because it is too large.
</summary>
<value>The size of the buffer.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.ClassGuid">
<summary>
Gets the class GUID for the device. This property lets advanced applications perform operations on a human interface device that are not supported by DirectInput.
</summary>
<value>The class GUID.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.DeadZone">
<summary>
Gets or sets the dead zone of a joystick, in the range from 0 through 10,000, where 0 indicates that there is no dead zone, 5,000 indicates that the dead zone extends over 50 percent of the physical range of the axis on both sides of center, and 10,000 indicates that the entire physical range of the axis is dead. When the axis is within the dead zone, it is reported as being at the center of its range.
</summary>
<value>The dead zone.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.ForceFeedbackGain">
<summary>
Gets or sets the force feedback gain of the device.
The gain value is applied to all effects created on the device. The value is an integer in the range from 0 through 10,000, specifying the amount by which effect magnitudes should be scaled for the device. For example, a value of 10,000 indicates that all effect magnitudes are to be taken at face value. A value of 9,000 indicates that all effect magnitudes are to be reduced to 90 percent of their nominal magnitudes.
DirectInput always checks the gain value before setting the gain property. If the gain is outside of the range (less than zero or greater than 10,000), setting this propery will raise an exception. Otherwise, no exception if successful, even if the device does not support force feedback.
Setting a gain value is useful when an application wants to scale down the strength of all force-feedback effects uniformly, based on user preferences.
Unlike other properties, the gain can be set when the device is in an acquired state.
</summary>
<value>The force feedback gain.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.Granularity">
<summary>
Gets the input granularity. Granularity represents the smallest distance over which the object reports movement. Most axis objects have a granularity of one; that is, all values are possible. Some axes have a larger granularity. For example, the wheel axis on a mouse can have a granularity of 20; that is, all reported changes in position are multiples of 20. In other words, when the user turns the wheel slowly, the device reports a position of 0, then 20, then 40, and so on. This is a read-only property.
</summary>
<value>The granularity.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.InstanceName">
<summary>
Gets or sets the friendly instance name of the device.
This property exists for advanced applications that want to change the friendly instance name of a device (as returned in the tszInstanceName member of the <see cref="T:SharpDX.DirectInput.DeviceInstance"/> structure) to distinguish it from similar devices that are plugged in simultaneously. Most applications should have no need to change the friendly name.
</summary>
<value>The name of the instance.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.InterfacePath">
<summary>
Gets the device interface path for the device. This property lets advanced applications perform operations on a human interface device that are not supported by DirectInput.
</summary>
<value>The interface path.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.JoystickId">
<summary>
Gets the instance number of a joystick. This property is not implemented for the mouse or keyboard.
</summary>
<value>The joystick id.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.MemoryLoad">
<summary>
Gets the memory load for the device. This setting applies to the entire device, rather than to any particular object. The retrieved value is in the range from 0 through 100, indicating the percentage of device memory in use. The device must be acquired in exclusive mode. If it is not, the method will fail with an exception.
</summary>
<value>The memory load.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.PortDisplayName">
<summary>
Gets the human-readable display name of the port to which this device is connected. Not generally used by applications.
</summary>
<value>The human-readable display name of the port to which this device is connected.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.ProductId">
<summary>
Gets the vendor identity (ID) and product ID of a HID device. This property is of type int and contains both values. These two short values are combined. This property applies to the entire device, rather than to any particular object.
</summary>
<value>The product id.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.ProductName">
<summary>
Gets or sets the friendly product name of the device.
This property exists for advanced applications that want to change the friendly product name of a device (as returned in the tszProductName member of the <see cref="T:SharpDX.DirectInput.DeviceInstance"/> structure) to distinguish it from similar devices which are plugged in simultaneously. Most applications should have no need to change the friendly name.
This setting applies to the entire device.
Setting the product name is only useful for changing the user-defined name of an analog joystick on Microsoft Windows 98, Windows 2000, and Windows Millennium Edition (Windows Me) computers. In other cases, attempting to set this property will still return ok. However, the name is not stored in a location used by the getter of this property.
</summary>
<value>The name of the product.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.Range">
<summary>
Gets the range of values an object can possibly report.
</summary>
<value>The range.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.Saturation">
<summary>
Gets or sets the saturation zones of a joystick, in the range from 0 through 10,000. The saturation level is the point at which the axis is considered to be at its most extreme position. For example, if the saturation level is set to 9,500, the axis reaches the extreme of its range when it has moved 95 percent of the physical distance from its center position (or from the dead zone).
</summary>
<value>The saturation.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:SharpDX.DirectInput.DeviceProperties.TypeName" -->
<member name="P:SharpDX.DirectInput.DeviceProperties.UserName">
<summary>
Gets the user name for a user currently assigned to a device. User names are set by calling <see cref="M:SharpDX.DirectInput.Device.SetActionMap(SharpDX.DirectInput.ActionFormat@,System.String,System.Int32)"/>. If no user name is set, the method throws an exception.
</summary>
<value>The name of the user.</value>
</member>
<member name="P:SharpDX.DirectInput.DeviceProperties.VendorId">
<summary>
Gets the vendor identity (ID) and product ID of a HID device. This property is of type int and contains both values. These two short values are combined. This property applies to the entire device, rather than to any particular object.
</summary>
<value>The product id.</value>
</member>
<member name="T:SharpDX.DirectInput.DirectInput">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W']/*"/>
<unmanaged>IDirectInput8W</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.DirectInput"/> class.
</summary>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.GetDevices">
<summary>
Gets all devices.
</summary>
<returns>A collection of <see cref="T:SharpDX.DirectInput.DeviceInstance"/></returns>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.GetDevices(SharpDX.DirectInput.DeviceClass,SharpDX.DirectInput.DeviceEnumerationFlags)">
<summary>
Gets the devices for a particular <see cref="T:SharpDX.DirectInput.DeviceClass"/> and <see cref="T:SharpDX.DirectInput.DeviceEnumerationFlags"/>.
</summary>
<param name="deviceClass">Class of the device.</param>
<param name="deviceEnumFlags">The device enum flags.</param>
<returns>A collection of <see cref="T:SharpDX.DirectInput.DeviceInstance"/></returns>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.GetDevices(SharpDX.DirectInput.DeviceType,SharpDX.DirectInput.DeviceEnumerationFlags)">
<summary>
Gets the devices for a particular <see cref="T:SharpDX.DirectInput.DeviceType"/> and <see cref="T:SharpDX.DirectInput.DeviceEnumerationFlags"/>.
</summary>
<param name="deviceType">Type of the device.</param>
<param name="deviceEnumFlags">The device enum flags.</param>
<returns>A collection of <see cref="T:SharpDX.DirectInput.DeviceInstance"/></returns>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.IsDeviceAttached(System.Guid)">
<summary>
Determines whether a device with the specified Guid is attached.
</summary>
<param name="deviceGuid">The device Guid.</param>
<returns>
<c>true</c> if the device with the specified device Guid is attached ; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.RunControlPanel">
<summary>
Runs Control Panel to enable the user to install a new input device or modify configurations.
</summary>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.RunControlPanel(System.IntPtr)">
<summary>
Runs Control Panel to enable the user to install a new input device or modify configurations.
</summary>
<param name="handle">Handle of the window to be used as the parent window for the subsequent user interface. If this parameter is NULL, no parent window is used.</param>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.#ctor(System.IntPtr)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.DirectInput"/> class.
</summary>
<param name="nativePtr">The native pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.CreateDevice(System.Guid,System.IntPtr@,SharpDX.ComObject)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::CreateDevice']/*"/>
<unmanaged>HRESULT IDirectInput8W::CreateDevice([In] const GUID&amp; arg0,[Out] void** arg1,[In] IUnknown* arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.EnumDevices(System.Int32,SharpDX.FunctionCallback,System.IntPtr,SharpDX.DirectInput.DeviceEnumerationFlags)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::EnumDevices']/*"/>
<unmanaged>HRESULT IDirectInput8W::EnumDevices([In] unsigned int arg0,[In] __function__stdcall* arg1,[In] void* arg2,[In] DIEDFL arg3)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.GetDeviceStatus(System.Guid)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::GetDeviceStatus']/*"/>
<unmanaged>HRESULT IDirectInput8W::GetDeviceStatus([In] const GUID&amp; arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.RunControlPanel(System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::RunControlPanel']/*"/>
<unmanaged>HRESULT IDirectInput8W::RunControlPanel([In] HWND arg0,[In] unsigned int arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.Initialize(System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::Initialize']/*"/>
<unmanaged>HRESULT IDirectInput8W::Initialize([In] HINSTANCE arg0,[In] unsigned int arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.FindDevice(System.Guid,System.String)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::FindDevice']/*"/>
<unmanaged>HRESULT IDirectInput8W::FindDevice([In] const GUID&amp; arg0,[In] const wchar_t* arg1,[Out] GUID* arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.DirectInput.EnumDevicesBySemantics(System.String,SharpDX.DirectInput.ActionFormat@,SharpDX.FunctionCallback,System.IntPtr,System.Int32)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<param name="arg3">No documentation.</param>
<param name="arg4">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInput8W::EnumDevicesBySemantics']/*"/>
<unmanaged>HRESULT IDirectInput8W::EnumDevicesBySemantics([In] const wchar_t* arg0,[In] DIACTIONFORMATW* arg1,[In] __function__stdcall* arg2,[In] void* arg3,[In] unsigned int arg4)</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Effect">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect']/*"/>
<unmanaged>IDirectInputEffect</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.#ctor(SharpDX.DirectInput.Device,System.Guid,SharpDX.DirectInput.EffectParameters)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Effect"/> class.
</summary>
<param name="device">The device.</param>
<param name="guid">The GUID.</param>
<param name="parameters">The parameters.</param>
</member>
<member name="M:SharpDX.DirectInput.Effect.Escape(System.Int32,System.Byte[],System.Byte[])">
<summary>
Sends a hardware-specific command to the force-feedback driver.
</summary>
<param name="command">Driver-specific command number. Consult the driver documentation for a list of valid commands. </param>
<param name="inData">Buffer containing the data required to perform the operation. </param>
<param name="outData">Buffer in which the operation's output data is returned. </param>
<returns>Number of bytes written to the output buffer</returns>
<remarks>
Because each driver implements different escapes, it is the application's responsibility to ensure that it is sending the escape to the correct driver by comparing the value of the guidFFDriver member of the <see cref="T:SharpDX.DirectInput.DeviceInstance"/> structure against the value the application is expecting.
</remarks>
</member>
<member name="M:SharpDX.DirectInput.Effect.GetParameters">
<summary>
Gets the characteristics of an effect.
</summary>
<returns>The current parameters of this effect.</returns>
</member>
<member name="M:SharpDX.DirectInput.Effect.SetParameters(SharpDX.DirectInput.EffectParameters)">
<summary>
Sets the characteristics of an effect.
</summary>
<param name="parameters">The parameters of this effect.</param>
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Effect.Start">
<summary>
Begins playing an effect infinitely. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the <see cref="F:SharpDX.DirectInput.EffectPlayFlags.NoDownload"/> flag.
</summary>
<returns>A <see cref="T:SharpDX.Result"/> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Effect.Start(SharpDX.DirectInput.EffectPlayFlags)">
<summary>
Begins playing an effect infinitely. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the <see cref="F:SharpDX.DirectInput.EffectPlayFlags.NoDownload"/> flag.
</summary>
<param name="flags">Flags that describe how the effect should be played by the device.</param>
<returns>A <see cref="T:SharpDX.Result"/> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Effect.Start(System.Int32)">
<summary>
Begins playing an effect. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the <see cref="F:SharpDX.DirectInput.EffectPlayFlags.NoDownload"/> flag.
</summary>
<param name="iterations">Number of times to play the effect in sequence. The envelope is re-articulated with each iteration. To play the effect exactly once, pass 1. To play the effect repeatedly until explicitly stopped, pass -1. To play the effect until explicitly stopped without re-articulating the envelope, modify the effect parameters with the <see cref="M:SharpDX.DirectInput.Effect.SetParameters(SharpDX.DirectInput.EffectParameters,SharpDX.DirectInput.EffectParameterFlags)"/>method, and change the Duration member to -1. </param>
<returns>A <see cref="T:SharpDX.Result"/> object describing the result of the operation.</returns>
</member>
<member name="M:SharpDX.DirectInput.Effect.#ctor(System.IntPtr)">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.Effect"/> class.
</summary>
<param name="nativePtr">The native pointer.</param>
</member>
<member name="M:SharpDX.DirectInput.Effect.Initialize(System.IntPtr,System.Int32,System.Guid)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<param name="arg2">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Initialize']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Initialize([In] HINSTANCE arg0,[In] unsigned int arg1,[In] const GUID&amp; arg2)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.GetGuid(System.Guid@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::GetEffectGuid']/*"/>
<unmanaged>HRESULT IDirectInputEffect::GetEffectGuid([Out] GUID* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.GetParameters(SharpDX.DirectInput.EffectParameterFlags)">
<summary>
No documentation.
</summary>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::GetParameters']/*"/>
<unmanaged>HRESULT IDirectInputEffect::GetParameters([Out] DIEFFECT* arg0,[In] DIEP arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.SetParameters(SharpDX.DirectInput.EffectParameters,SharpDX.DirectInput.EffectParameterFlags)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::SetParameters']/*"/>
<unmanaged>HRESULT IDirectInputEffect::SetParameters([In] const DIEFFECT* arg0,[In] DIEP arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.Start(System.Int32,SharpDX.DirectInput.EffectPlayFlags)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<param name="arg1">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Start']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Start([In] unsigned int arg0,[In] DIES arg1)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.Stop">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Stop']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Stop()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.GetStatus(SharpDX.DirectInput.EffectStatus@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::GetEffectStatus']/*"/>
<unmanaged>HRESULT IDirectInputEffect::GetEffectStatus([Out] DIEGES* arg0)</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.Download">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Download']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Download()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.Unload">
<summary>
No documentation.
</summary>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Unload']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Unload()</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.Effect.Escape(SharpDX.DirectInput.EffectEscape@)">
<summary>
No documentation.
</summary>
<param name="arg0">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::Escape']/*"/>
<unmanaged>HRESULT IDirectInputEffect::Escape([In] DIEFFESCAPE* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Effect.Guid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::GetEffectGuid']/*"/>
<unmanaged>GetEffectGuid</unmanaged>
<unmanaged>HRESULT IDirectInputEffect::GetEffectGuid([Out] GUID* arg0)</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.Effect.Status">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IDirectInputEffect::GetEffectStatus']/*"/>
<unmanaged>GetEffectStatus</unmanaged>
<unmanaged>HRESULT IDirectInputEffect::GetEffectStatus([Out] DIEGES* arg0)</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectFile">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFILEEFFECT']/*"/>
<unmanaged>DIFILEEFFECT</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.EffectFile.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EffectFile"/> class.
</summary>
</member>
<member name="F:SharpDX.DirectInput.EffectFile.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFILEEFFECT::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFile.Guid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFILEEFFECT::GuidEffect']/*"/>
<unmanaged>GUID GuidEffect</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFile.EffectParametersPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFILEEFFECT::lpDiEffect']/*"/>
<unmanaged>const DIEFFECT* lpDiEffect</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFile.Name">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFILEEFFECT::szFriendlyName']/*"/>
<unmanaged>char szFriendlyName[260]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.EffectFile.Parameters">
<summary>
Gets or sets the parameters.
</summary>
<value>The parameters.</value>
</member>
<member name="T:SharpDX.DirectInput.EffectInfo">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW']/*"/>
<unmanaged>DIEFFECTINFOW</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.EffectInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EffectInfo"/> class.
</summary>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.Guid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::guid']/*"/>
<unmanaged>GUID guid</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.Type">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::dwEffType']/*"/>
<unmanaged>DIEFT dwEffType</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.StaticParameters">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::dwStaticParams']/*"/>
<unmanaged>DIEP dwStaticParams</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.DynamicParameters">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::dwDynamicParams']/*"/>
<unmanaged>DIEP dwDynamicParams</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectInfo.Name">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECTINFOW::tszName']/*"/>
<unmanaged>wchar_t tszName[260]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectParameters">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT']/*"/>
<unmanaged>DIEFFECT</unmanaged>
</member>
<member name="M:SharpDX.DirectInput.EffectParameters.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> class.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EffectParameters.GetAxes(System.Int32[]@,System.Int32[]@)">
<summary>
Gets the axes. See <see cref="P:SharpDX.DirectInput.EffectParameters.Axes"/> and <see cref="P:SharpDX.DirectInput.EffectParameters.Directions"/>.
</summary>
<param name="axes">The axes.</param>
<param name="directions">The directions.</param>
</member>
<member name="M:SharpDX.DirectInput.EffectParameters.SetAxes(System.Int32[],System.Int32[])">
<summary>
Sets the axes. See <see cref="P:SharpDX.DirectInput.EffectParameters.Axes"/> and <see cref="P:SharpDX.DirectInput.EffectParameters.Directions"/>.
</summary>
<param name="axes">The axes.</param>
<param name="directions">The directions.</param>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.Flags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwFlags']/*"/>
<unmanaged>DIEFF dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.Duration">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwDuration']/*"/>
<unmanaged>unsigned int dwDuration</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.SamplePeriod">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwSamplePeriod']/*"/>
<unmanaged>unsigned int dwSamplePeriod</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.Gain">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwGain']/*"/>
<unmanaged>unsigned int dwGain</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.TriggerButton">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwTriggerButton']/*"/>
<unmanaged>unsigned int dwTriggerButton</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.TriggerRepeatInterval">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwTriggerRepeatInterval']/*"/>
<unmanaged>unsigned int dwTriggerRepeatInterval</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.AxeCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::cAxes']/*"/>
<unmanaged>unsigned int cAxes</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.AxePointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::rgdwAxes']/*"/>
<unmanaged>unsigned int* rgdwAxes</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.DirectionPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::rglDirection']/*"/>
<unmanaged>int* rglDirection</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.EnvelopePointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::lpEnvelope']/*"/>
<unmanaged>DIENVELOPE* lpEnvelope</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.TypeSpecificParamCount">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::cbTypeSpecificParams']/*"/>
<unmanaged>unsigned int cbTypeSpecificParams</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.TypeSpecificParamPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::lpvTypeSpecificParams']/*"/>
<unmanaged>void* lpvTypeSpecificParams</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameters.StartDelay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFECT::dwStartDelay']/*"/>
<unmanaged>unsigned int dwStartDelay</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.EffectParameters.Envelope">
<summary>
Optional Envelope structure that describes the envelope to be used by this effect. Not all effect types use envelope. If no envelope is to be applied, the member should be set to null.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EffectParameters.Axes">
<summary>
Gets or sets an array containing identifiers or offsets identifying the axes to which the effect is to be applied.
The flags <see cref="F:SharpDX.DirectInput.EffectFlags.ObjectIds"/> and <see cref="F:SharpDX.DirectInput.EffectFlags.ObjectOffsets"/> determine the semantics of the values in the array.
The list of axes associated with an effect cannot be changed once it has been set.
No more than 32 axes can be associated with a single effect.
</summary>
<value>The axes.</value>
</member>
<member name="P:SharpDX.DirectInput.EffectParameters.Directions">
<summary>
Gets or sets an array containing either Cartesian coordinates, polar coordinates, or spherical coordinates.
The flags <see cref="F:SharpDX.DirectInput.EffectFlags.Cartesian"/>, <see cref="F:SharpDX.DirectInput.EffectFlags.Polar"/>, and <see cref="F:SharpDX.DirectInput.EffectFlags.Spherical"/> determine the semantics of the values in the array.
If Cartesian, each value in Directions is associated with the corresponding axis in Axes.
If polar, the angle is measured in hundredths of degrees from the (0, - 1) direction, rotated in the direction of (1, 0). This usually means that north is away from the user, and east is to the user's right. The last element is not used.
If spherical, the first angle is measured in hundredths of a degree from the (1, 0) direction, rotated in the direction of (0, 1). The second angle (if the number of axes is three or more) is measured in hundredths of a degree toward (0, 0, 1). The third angle (if the number of axes is four or more) is measured in hundredths of a degree toward (0, 0, 0, 1), and so on. The last element is not used.
</summary>
<value>The directions.</value>
</member>
<member name="P:SharpDX.DirectInput.EffectParameters.Parameters">
<summary>
Gets or sets the type specific parameter.
Reference to a type-specific parameters, or null if there are no type-specific parameters.
If the effect is of type <see cref="F:SharpDX.DirectInput.EffectType.Condition"/>, this member contains an indirect reference to a ConditionSet structures that define the parameters for the condition. A single structure may be used, in which case the condition is applied in the direction specified in the Directions array. Otherwise, there must be one structure for each axis, in the same order as the axes in rgdwAxes array. If a structure is supplied for each axis, the effect should not be rotated; you should use the following values in the Directions array: <see cref="F:SharpDX.DirectInput.EffectFlags.Spherical"/> : 0, 0, ... / <see cref="F:SharpDX.DirectInput.EffectFlags.Polar"/>: 9000, 0, ... / <see cref="F:SharpDX.DirectInput.EffectFlags.Cartesian"/>: 1, 0, ...
If the effect is of type <see cref="F:SharpDX.DirectInput.EffectType.CustomForce"/>, this member contains an indirect reference to a <see cref="T:SharpDX.DirectInput.CustomForce"/> that defines the parameters for the custom force.
If the effect is of type <see cref="F:SharpDX.DirectInput.EffectType.Periodic"/>, this member contains a pointer to a <see cref="T:SharpDX.DirectInput.PeriodicForce"/> that defines the parameters for the effect.
If the effect is of type <see cref="F:SharpDX.DirectInput.EffectType.ConstantForce"/>, this member contains a pointer to a <see cref="T:SharpDX.DirectInput.ConstantForce"/> that defines the parameters for the constant force.
If the effect is of type <see cref="F:SharpDX.DirectInput.EffectType.RampForce"/>, this member contains a pointer to a <see cref="T:SharpDX.DirectInput.RampForce"/> that defines the parameters for the ramp force.
To gain access to the underlying structure, you need to call the method <see cref="M:SharpDX.DirectInput.TypeSpecificParameters.As``1"/>.
</summary>
<value>The type specific parameter.</value>
</member>
<member name="T:SharpDX.DirectInput.EnumCreatedEffectsCallback">
<summary>
Enumerator callback for DirectInput EnumCreatedEffects.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EnumCreatedEffectsCallback.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EnumCreatedEffectsCallback"/> class.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EnumCreatedEffectsCallback.NativePointer">
<summary>
Natives the pointer.
</summary>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.EnumCreatedEffectsCallback.Effects">
<summary>
Gets or sets the informations.
</summary>
<value>The informations.</value>
</member>
<member name="T:SharpDX.DirectInput.EnumDevicesCallback">
<summary>
Enumerator callback for DirectInput EnumDevices.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EnumDevicesCallback.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EnumDevicesCallback"/> class.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EnumDevicesCallback.NativePointer">
<summary>
Natives the pointer.
</summary>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.EnumDevicesCallback.DeviceInstances">
<summary>
Gets or sets the informations.
</summary>
<value>The informations.</value>
</member>
<member name="T:SharpDX.DirectInput.EnumEffectsCallback">
<summary>
Enumerator callback for DirectInput EnumEffects.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EnumEffectsCallback.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EnumEffectsCallback"/> class.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EnumEffectsCallback.NativePointer">
<summary>
Natives the pointer.
</summary>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.EnumEffectsCallback.EffectInfos">
<summary>
Gets or sets the informations.
</summary>
<value>The informations.</value>
</member>
<member name="T:SharpDX.DirectInput.EnumEffectsInFileCallback">
<summary>
Enumerator callback for DirectInput EnumEffectsInFile.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EnumEffectsInFileCallback.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EnumEffectsInFileCallback"/> class.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EnumEffectsInFileCallback.NativePointer">
<summary>
Natives the pointer.
</summary>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.EnumEffectsInFileCallback.EffectsInFile">
<summary>
Gets or sets the informations.
</summary>
<value>The informations.</value>
</member>
<member name="T:SharpDX.DirectInput.EnumObjectsCallback">
<summary>
Enumerator callback for DirectInput EnumObjects.
</summary>
</member>
<member name="M:SharpDX.DirectInput.EnumObjectsCallback.#ctor">
<summary>
Initializes a new instance of the <see cref="T:SharpDX.DirectInput.EnumObjectsCallback"/> class.
</summary>
</member>
<member name="P:SharpDX.DirectInput.EnumObjectsCallback.NativePointer">
<summary>
Natives the pointer.
</summary>
<returns></returns>
</member>
<member name="P:SharpDX.DirectInput.EnumObjectsCallback.Objects">
<summary>
Gets or sets the informations.
</summary>
<value>The informations.</value>
</member>
<member name="T:SharpDX.DirectInput.Envelope">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE']/*"/>
<unmanaged>DIENVELOPE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Envelope.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Envelope.AttackLevel">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE::dwAttackLevel']/*"/>
<unmanaged>unsigned int dwAttackLevel</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Envelope.AttackTime">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE::dwAttackTime']/*"/>
<unmanaged>unsigned int dwAttackTime</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Envelope.FadeLevel">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE::dwFadeLevel']/*"/>
<unmanaged>unsigned int dwFadeLevel</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Envelope.FadeTime">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIENVELOPE::dwFadeTime']/*"/>
<unmanaged>unsigned int dwFadeTime</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.CooperativeLevel">
<summary>
Flags that specify the cooperative level to associate with the input device. This flag is used by <see cref="M:SharpDX.DirectInput.Device.SetCooperativeLevel(System.Windows.Forms.Control,SharpDX.DirectInput.CooperativeLevel)"/> method.
</summary>
<unmanaged>DISCL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CooperativeLevel.Exclusive">
<summary>
The application is requesting an exclusive access to the device. If the exclusive access is authorized, no other instance of the device can get an exclusive access to the device while it is acquired. Note that non-exclusive access to the input device is always authorized, even when another application has an exclusive access. In exclusive mode, an application that acquires the mouse or keyboard device must unacquire the input device when it receives a windows event message WM_ENTERSIZEMOVE or WM_ENTERMENULOOP. Otherwise, the user won't be able to access to the menu or move and resize the window.
</summary>
<unmanaged>DISCL_EXCLUSIVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CooperativeLevel.NonExclusive">
<summary>
The application is requesting a non-exclusive access to the device. There is no interference even if another application is using the same device.
</summary>
<unmanaged>DISCL_NONEXCLUSIVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CooperativeLevel.Foreground">
<summary>
The application is requesting a foreground access to the device. If the foreground access is authorized and the associated window moves to the background, the device is automatically unacquired.
</summary>
<unmanaged>DISCL_FOREGROUND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CooperativeLevel.Background">
<summary>
The application is requesting a background access to the device. If background access is authorized, the device can be acquired even when the associated window is not the active window.
</summary>
<unmanaged>DISCL_BACKGROUND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CooperativeLevel.NoWinKey">
<summary>
The application is requesting to disable the Windows logo key effect. When this flag is set, the user cannot perturbate the application. However, when the default action mapping UI is displayed, the Windows logo key is operating as long as that UI is opened. Consequently, this flag has no effect in this situation.
</summary>
<unmanaged>DISCL_NOWINKEY</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DataFormatFlag">
<summary>
Flags describing other attributes of the <see cref="T:SharpDX.DirectInput.DataFormat"/>.
</summary>
<unmanaged>DIDF</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormatFlag.AbsoluteAxis">
<summary>
The axes are specified in absolute mode. Specifying this flag in <see cref="T:SharpDX.DirectInput.DataFormat"/> equals to manually setting the axis mode property, using the <see cref="P:SharpDX.DirectInput.DeviceProperties.AxisMode"/> property on the <see cref="T:SharpDX.DirectInput.Device"/>.
<para>xUsage of this flag is exclusive with <see cref="F:SharpDX.DirectInput.DataFormatFlag.RelativeAxis"/> flag.</para>
</summary>
<unmanaged>DIDF_ABSAXIS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DataFormatFlag.RelativeAxis">
<summary>
The axes are specified in relative mode. Specifying this flag in <see cref="T:SharpDX.DirectInput.DataFormat"/> equals to manually setting the axis mode property using the <see cref="P:SharpDX.DirectInput.DeviceProperties.AxisMode"/> property on the <see cref="T:SharpDX.DirectInput.Device"/>.
<para>Usage of this flag is exclusive with <see cref="F:SharpDX.DirectInput.DataFormatFlag.AbsoluteAxis"/> flag.</para>
</summary>
<unmanaged>DIDF_RELAXIS</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceAxisMode">
<summary>
Device Axis mode. This flag is used by the <see cref="P:SharpDX.DirectInput.DeviceProperties.AxisMode"/> property on the <see cref="T:SharpDX.DirectInput.Device"/>.
</summary>
<unmanaged>DIPROPAXISMODE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceAxisMode.Absolute">
<summary>
The axes are specified in absolute mode for the whole device.
</summary>
<unmanaged>DIPROPAXISMODE_ABS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceAxisMode.Relative">
<summary>
The axes are specified in relative mode for the whole device.
</summary>
<unmanaged>DIPROPAXISMODE_REL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceClass">
<summary>
Device class filter used by <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices(SharpDX.DirectInput.DeviceClass,SharpDX.DirectInput.DeviceEnumerationFlags)"/> method.
</summary>
<unmanaged>DI8DEVCLASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceClass.All">
<summary>
All devices.
</summary>
<unmanaged>DI8DEVCLASS_ALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceClass.Device">
<summary>
All devices that do not fall into another class.
</summary>
<unmanaged>DI8DEVCLASS_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceClass.Pointer">
<summary>
All devices of type <see cref="F:SharpDX.DirectInput.DeviceType.Mouse"/> and <see cref="F:SharpDX.DirectInput.DeviceType.ScreenPointer"/>.
</summary>
<unmanaged>DI8DEVCLASS_POINTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceClass.Keyboard">
<summary>
All keyboards. Equivalent to <see cref="F:SharpDX.DirectInput.DeviceType.Keyboard"/>.
</summary>
<unmanaged>DI8DEVCLASS_KEYBOARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceClass.GameControl">
<summary>
All game controllers.
</summary>
<unmanaged>DI8DEVCLASS_GAMECTRL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceEnumerationFlags">
<summary>
Flags that refine the scope of the enumeration used by <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices(SharpDX.DirectInput.DeviceClass,SharpDX.DirectInput.DeviceEnumerationFlags)"/>
and <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices(SharpDX.DirectInput.DeviceType,SharpDX.DirectInput.DeviceEnumerationFlags)"/> methods.
</summary>
<unmanaged>DIEDFL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.AllDevices">
<summary>
All installed devices are enumerated. This is the default behavior.
</summary>
<unmanaged>DIEDFL_ALLDEVICES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.AttachedOnly">
<summary>
Only attached and installed devices.
</summary>
<unmanaged>DIEDFL_ATTACHEDONLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.ForceFeedback">
<summary>
Only devices that support force feedback.
</summary>
<unmanaged>DIEDFL_FORCEFEEDBACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.IncludeAliases">
<summary>
Include devices that are aliases for other devices.
</summary>
<unmanaged>DIEDFL_INCLUDEALIASES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.IncludePhantoms">
<summary>
Include hidden devices. For more information about hidden devices, see <see cref="T:SharpDX.DirectInput.Capabilities"/>.
</summary>
<unmanaged>DIEDFL_INCLUDEPHANTOMS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceEnumerationFlags.IncludeHidden">
<summary>
Include phantom (placeholder) devices.
</summary>
<unmanaged>DIEDFL_INCLUDEHIDDEN</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceFlags">
<summary>
Flags associated with the device.
</summary>
<unmanaged>DIDC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Attached">
<summary>
The device is physically attached to the user's computer.
</summary>
<unmanaged>DIDC_ATTACHED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.PolledDevice">
<summary>
At least one object on the device is polled, rather than interrupt-driven. For these objects, the application must explicitly call the <see cref="T:SharpDX.DirectInput.Device"/> Interface method to obtain data. HID devices can contain a mixture of polled and nonpolled objects.
</summary>
<unmanaged>DIDC_POLLEDDEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Emulated">
<summary>
If this flag is set, the data is coming from a user mode device interface, such as a Human Interface Device (human interface device), or by some other ring 3 means. If it is not set, the data is coming directly from a kernel mode driver.
</summary>
<unmanaged>DIDC_EMULATED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.PolledDataFormat">
<summary>
At least one object in the current data format is polled, rather than interrupt-driven. For these objects, the application must explicitly call the <see cref="T:SharpDX.DirectInput.Device"/> Interface method to obtain data.
</summary>
<unmanaged>DIDC_POLLEDDATAFORMAT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.ForceFeedback">
<summary>
The device supports force feedback.
</summary>
<unmanaged>DIDC_FORCEFEEDBACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.ForwardFeedbackAttack">
<summary>
The force-feedback system supports the attack parameter for at least one effect.
<para>If the device does not support attack, the attack level and attack time members of the <see cref="T:SharpDX.DirectInput.Envelope"/> structure are ignored by the device. </para>
<para>After a call to the <see cref="M:SharpDX.DirectInput.Device.GetEffectInfo(System.Guid)"/> method, an individual effect sets the <see cref="F:SharpDX.DirectInput.EffectType.Attack"/> flag if attack is supported for that effect.</para>
</summary>
<unmanaged>DIDC_FFATTACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.ForceFeedbackDate">
<summary>
The force-feedback system supports the fade parameter for at least one effect.
<para>If the device does not support fade, the fade level and fade time members of the <see cref="T:SharpDX.DirectInput.Envelope"/> structure are ignored by the device. </para>
<para>After a call to the <see cref="M:SharpDX.DirectInput.Device.GetEffectInfo(System.Guid)"/> method, an individual effect sets the <see cref="F:SharpDX.DirectInput.EffectType.Fade"/> flag if fade is supported for that effect.</para>
</summary>
<unmanaged>DIDC_FFFADE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Saturation">
<summary>
The force-feedback system supports the saturation of condition effects for at least one condition. If the device does not support saturation, the force generated by a condition is limited only by the maximum force that the device can generate.
<para>After a call to the <see cref="M:SharpDX.DirectInput.Device.GetEffectInfo(System.Guid)"/> method, an individual condition sets the <see cref="F:SharpDX.DirectInput.EffectType.Saturation"/> flag if saturation is supported for that condition.</para>
</summary>
<unmanaged>DIDC_SATURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.PositiveNegativeCoeeficients">
<summary>
The force-feedback system supports two coefficient values for conditions (one for the positive displacement of the axis and one for the negative displacement of the axis) for at least one condition. If the device does not support both coefficients, the negative coefficient in the <see cref="T:SharpDX.DirectInput.Condition"/> structure is ignored.
<para>After a call to the <see cref="M:SharpDX.DirectInput.Device.GetEffectInfo(System.Guid)"/> method, an individual condition sets the <see cref="F:SharpDX.DirectInput.EffectType.TwoCoefficients"/> flag if separate positive and negative coefficients are supported for that condition.</para>
</summary>
<unmanaged>DIDC_POSNEGCOEFFICIENTS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.PositiveNegativeSaturation">
<summary>
The force-feedback system supports a maximum saturation for both positive and negative force output for at least one condition. If the device does not support both saturation values, the negative saturation in the <see cref="T:SharpDX.DirectInput.Condition"/> structure is ignored.
<para>After a call to the IDirectInputDevice8::GetEffectInfo method, an individual condition sets the <see cref="F:SharpDX.DirectInput.EffectType.TwoSaturations"/> flag if separate positive and negative saturation are supported for that condition.</para>
</summary>
<unmanaged>DIDC_POSNEGSATURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.DeadBand">
<summary>
The device supports deadband for at least one force-feedback condition.
</summary>
<unmanaged>DIDC_DEADBAND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.StartDelay">
<summary>
The force-feedback system supports the start delay parameter for at least one effect. If the device does not support start delays, the <see cref="F:SharpDX.DirectInput.EffectParameters.StartDelay"/> member of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure is ignored.
</summary>
<unmanaged>DIDC_STARTDELAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Alias">
<summary>
The device is a alias to another DirectInput device. Alias devices are by default not returned by <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices"/>.
</summary>
<unmanaged>DIDC_ALIAS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Phantom">
<summary>
Placeholder. Phantom devices are by default not enumerated by <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices"/>.
</summary>
<unmanaged>DIDC_PHANTOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceFlags.Hidden">
<summary>
Fictitious device created by a device driver so that it can generate keyboard and mouse events. Such devices are not normally returned by <see cref="M:SharpDX.DirectInput.DirectInput.GetDevices"/>.
</summary>
<unmanaged>DIDC_HIDDEN</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceObjectTypeFlags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDFT_FLAGS']/*"/>
<unmanaged>DIDFT_FLAGS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.All">
<summary>
All objects.
</summary>
<unmanaged>DIDFT_ALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.RelativeAxis">
<summary>
A relative axis.
</summary>
<unmanaged>DIDFT_RELAXIS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.AbsoluteAxis">
<summary>
An absolute axis.
</summary>
<unmanaged>DIDFT_ABSAXIS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Axis">
<summary>
An axis, either absolute or relative.
</summary>
<unmanaged>DIDFT_AXIS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.PushButton">
<summary>
A push button. A push button is reported as down when the user presses it, and as up when the user releases it.
</summary>
<unmanaged>DIDFT_PSHBUTTON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.ToggleButton">
<summary>
A toggle button. A toggle button is reported as down when the user presses it and remains so until the user presses the button a second time.
</summary>
<unmanaged>DIDFT_TGLBUTTON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Button">
<summary>
A push button or a toggle button.
</summary>
<unmanaged>DIDFT_BUTTON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.PointOfViewController">
<summary>
A point-of-view controller.
</summary>
<unmanaged>DIDFT_POV</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Collection">
<summary>
A HID link collection. HID link collections do not generate data of their own.
</summary>
<unmanaged>DIDFT_COLLECTION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.NoData">
<summary>
An object that does not generate any data.
</summary>
<unmanaged>DIDFT_NODATA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.AnyInstance">
<summary>
Any instance mask.
</summary>
<unmanaged>DIDFT_ANYINSTANCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.ForceFeedbackActuator">
<summary>
An object that contains a force-feedback actuator. In other words, forces can be applied to this object.
</summary>
<unmanaged>DIDFT_FFACTUATOR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.ForceFeedbackEffectTrigger">
<summary>
An object that can be used to trigger force-feedback effects.
</summary>
<unmanaged>DIDFT_FFEFFECTTRIGGER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Output">
<summary>
An object that supports output. Not supported.
</summary>
<unmanaged>DIDFT_OUTPUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.VendorDefined">
<summary>
An object of a type defined by the manufacturer.
</summary>
<unmanaged>DIDFT_VENDORDEFINED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Alias">
<summary>
Controls identified by a Human Interface Device <see cref="!:UsageId"/> alias. This flag applies only to HID-compliant USB devices.
</summary>
<unmanaged>DIDFT_ALIAS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceObjectTypeFlags.Optional">
<summary>
Specify that this type is optional.
</summary>
<unmanaged>DIDFT_OPTIONAL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE']/*"/>
<unmanaged>DI8DEVTYPE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Device">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_DEVICE']/*"/>
<unmanaged>DI8DEVTYPE_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Mouse">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_MOUSE']/*"/>
<unmanaged>DI8DEVTYPE_MOUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Keyboard">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_KEYBOARD']/*"/>
<unmanaged>DI8DEVTYPE_KEYBOARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Joystick">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_JOYSTICK']/*"/>
<unmanaged>DI8DEVTYPE_JOYSTICK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Gamepad">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_GAMEPAD']/*"/>
<unmanaged>DI8DEVTYPE_GAMEPAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Driving">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_DRIVING']/*"/>
<unmanaged>DI8DEVTYPE_DRIVING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Flight">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_FLIGHT']/*"/>
<unmanaged>DI8DEVTYPE_FLIGHT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.FirstPerson">
<summary>
First-person action game device. The following subtypes are defined.
</summary>
<unmanaged>DI8DEVTYPE_1STPERSON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.ControlDevice">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_DEVICECTRL']/*"/>
<unmanaged>DI8DEVTYPE_DEVICECTRL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.ScreenPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_SCREENPOINTER']/*"/>
<unmanaged>DI8DEVTYPE_SCREENPOINTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Remote">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_REMOTE']/*"/>
<unmanaged>DI8DEVTYPE_REMOTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceType.Supplemental">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DI8DEVTYPE_SUPPLEMENTAL']/*"/>
<unmanaged>DI8DEVTYPE_SUPPLEMENTAL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectFileFlags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFEF']/*"/>
<unmanaged>DIFEF</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFileFlags.None">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFEF_DEFAULT']/*"/>
<unmanaged>DIFEF_DEFAULT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFileFlags.IncludeNonStandard">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFEF_INCLUDENONSTANDARD']/*"/>
<unmanaged>DIFEF_INCLUDENONSTANDARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFileFlags.ModidyIfNeeded">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIFEF_MODIFYIFNEEDED']/*"/>
<unmanaged>DIFEF_MODIFYIFNEEDED</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectFlags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF']/*"/>
<unmanaged>DIEFF</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.ObjectIds">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF_OBJECTIDS']/*"/>
<unmanaged>DIEFF_OBJECTIDS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.ObjectOffsets">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF_OBJECTOFFSETS']/*"/>
<unmanaged>DIEFF_OBJECTOFFSETS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.Cartesian">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF_CARTESIAN']/*"/>
<unmanaged>DIEFF_CARTESIAN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.Polar">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF_POLAR']/*"/>
<unmanaged>DIEFF_POLAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.Spherical">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFF_SPHERICAL']/*"/>
<unmanaged>DIEFF_SPHERICAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectFlags.None">
<summary>
None.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
<unmanaged>None</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectParameterFlags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP']/*"/>
<unmanaged>DIEP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Duration">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_DURATION']/*"/>
<unmanaged>DIEP_DURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.SamplePeriod">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_SAMPLEPERIOD']/*"/>
<unmanaged>DIEP_SAMPLEPERIOD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Gain">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_GAIN']/*"/>
<unmanaged>DIEP_GAIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.TriggerButton">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_TRIGGERBUTTON']/*"/>
<unmanaged>DIEP_TRIGGERBUTTON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.TriggerRepeatInterval">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_TRIGGERREPEATINTERVAL']/*"/>
<unmanaged>DIEP_TRIGGERREPEATINTERVAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Axes">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_AXES']/*"/>
<unmanaged>DIEP_AXES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Direction">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_DIRECTION']/*"/>
<unmanaged>DIEP_DIRECTION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Envelope">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_ENVELOPE']/*"/>
<unmanaged>DIEP_ENVELOPE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.TypeSpecificParameters">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_TYPESPECIFICPARAMS']/*"/>
<unmanaged>DIEP_TYPESPECIFICPARAMS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.StartDelay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_STARTDELAY']/*"/>
<unmanaged>DIEP_STARTDELAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.AllExceptDelay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_ALLPARAMS_DX5']/*"/>
<unmanaged>DIEP_ALLPARAMS_DX5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.All">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_ALLPARAMS']/*"/>
<unmanaged>DIEP_ALLPARAMS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.Start">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_START']/*"/>
<unmanaged>DIEP_START</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.NoRestart">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_NORESTART']/*"/>
<unmanaged>DIEP_NORESTART</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.NoDownload">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEP_NODOWNLOAD']/*"/>
<unmanaged>DIEP_NODOWNLOAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectParameterFlags.None">
<summary>
None.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
<unmanaged>None</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectPlayFlags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIES']/*"/>
<unmanaged>DIES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectPlayFlags.Solo">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIES_SOLO']/*"/>
<unmanaged>DIES_SOLO</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectPlayFlags.NoDownload">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIES_NODOWNLOAD']/*"/>
<unmanaged>DIES_NODOWNLOAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectPlayFlags.None">
<summary>
None.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
<unmanaged>None</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectStatus">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEGES']/*"/>
<unmanaged>DIEGES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectStatus.Playing">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEGES_PLAYING']/*"/>
<unmanaged>DIEGES_PLAYING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectStatus.Emulated">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEGES_EMULATED']/*"/>
<unmanaged>DIEGES_EMULATED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectStatus.None">
<summary>
None.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
<unmanaged>None</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT']/*"/>
<unmanaged>DIEFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.All">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_ALL']/*"/>
<unmanaged>DIEFT_ALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.ConstantForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_CONSTANTFORCE']/*"/>
<unmanaged>DIEFT_CONSTANTFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.RampForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_RAMPFORCE']/*"/>
<unmanaged>DIEFT_RAMPFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Periodic">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_PERIODIC']/*"/>
<unmanaged>DIEFT_PERIODIC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Condition">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_CONDITION']/*"/>
<unmanaged>DIEFT_CONDITION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.CustomForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_CUSTOMFORCE']/*"/>
<unmanaged>DIEFT_CUSTOMFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Hardware">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_HARDWARE']/*"/>
<unmanaged>DIEFT_HARDWARE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Attack">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_FFATTACK']/*"/>
<unmanaged>DIEFT_FFATTACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Fade">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_FFFADE']/*"/>
<unmanaged>DIEFT_FFFADE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.Saturation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_SATURATION']/*"/>
<unmanaged>DIEFT_SATURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.TwoCoefficients">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_POSNEGCOEFFICIENTS']/*"/>
<unmanaged>DIEFT_POSNEGCOEFFICIENTS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.TwoSaturations">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_POSNEGSATURATION']/*"/>
<unmanaged>DIEFT_POSNEGSATURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.DeadBand">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_DEADBAND']/*"/>
<unmanaged>DIEFT_DEADBAND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.StartDelay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFT_STARTDELAY']/*"/>
<unmanaged>DIEFT_STARTDELAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectType.None">
<summary>
None.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
<unmanaged>None</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ImageUsage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDIFT']/*"/>
<unmanaged>DIDIFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ImageUsage.Configuration">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDIFT_CONFIGURATION']/*"/>
<unmanaged>DIDIFT_CONFIGURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ImageUsage.Overlay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDIFT_OVERLAY']/*"/>
<unmanaged>DIDIFT_OVERLAY</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.JoystickOffsets">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS']/*"/>
<unmanaged>DIJOFS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.XAxis">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_X']/*"/>
<unmanaged>DIJOFS_X</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.YAxis">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_Y']/*"/>
<unmanaged>DIJOFS_Y</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.ZAxis">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_Z']/*"/>
<unmanaged>DIJOFS_Z</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.XAxisRotation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_RX']/*"/>
<unmanaged>DIJOFS_RX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.YAxisRotation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_RY']/*"/>
<unmanaged>DIJOFS_RY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.ZAxisRotation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_RZ']/*"/>
<unmanaged>DIJOFS_RZ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON0']/*"/>
<unmanaged>DIJOFS_BUTTON0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON1']/*"/>
<unmanaged>DIJOFS_BUTTON1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON2']/*"/>
<unmanaged>DIJOFS_BUTTON2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON3']/*"/>
<unmanaged>DIJOFS_BUTTON3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button4">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON4']/*"/>
<unmanaged>DIJOFS_BUTTON4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button5">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON5']/*"/>
<unmanaged>DIJOFS_BUTTON5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button6">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON6']/*"/>
<unmanaged>DIJOFS_BUTTON6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button7">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON7']/*"/>
<unmanaged>DIJOFS_BUTTON7</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button8">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON8']/*"/>
<unmanaged>DIJOFS_BUTTON8</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button9">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON9']/*"/>
<unmanaged>DIJOFS_BUTTON9</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button10">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON10']/*"/>
<unmanaged>DIJOFS_BUTTON10</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button11">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON11']/*"/>
<unmanaged>DIJOFS_BUTTON11</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button12">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON12']/*"/>
<unmanaged>DIJOFS_BUTTON12</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button13">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON13']/*"/>
<unmanaged>DIJOFS_BUTTON13</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button14">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON14']/*"/>
<unmanaged>DIJOFS_BUTTON14</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button15">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON15']/*"/>
<unmanaged>DIJOFS_BUTTON15</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button16">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON16']/*"/>
<unmanaged>DIJOFS_BUTTON16</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button17">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON17']/*"/>
<unmanaged>DIJOFS_BUTTON17</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button18">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON18']/*"/>
<unmanaged>DIJOFS_BUTTON18</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button19">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON19']/*"/>
<unmanaged>DIJOFS_BUTTON19</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button20">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON20']/*"/>
<unmanaged>DIJOFS_BUTTON20</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button21">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON21']/*"/>
<unmanaged>DIJOFS_BUTTON21</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button22">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON22']/*"/>
<unmanaged>DIJOFS_BUTTON22</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button23">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON23']/*"/>
<unmanaged>DIJOFS_BUTTON23</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button24">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON24']/*"/>
<unmanaged>DIJOFS_BUTTON24</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button25">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON25']/*"/>
<unmanaged>DIJOFS_BUTTON25</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button26">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON26']/*"/>
<unmanaged>DIJOFS_BUTTON26</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button27">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON27']/*"/>
<unmanaged>DIJOFS_BUTTON27</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button28">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON28']/*"/>
<unmanaged>DIJOFS_BUTTON28</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button29">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON29']/*"/>
<unmanaged>DIJOFS_BUTTON29</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button30">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON30']/*"/>
<unmanaged>DIJOFS_BUTTON30</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Button31">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_BUTTON31']/*"/>
<unmanaged>DIJOFS_BUTTON31</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Slider0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_SLIDER0']/*"/>
<unmanaged>DIJOFS_SLIDER0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.Slider1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_SLIDER1']/*"/>
<unmanaged>DIJOFS_SLIDER1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.PointOfView0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_POINT_OF_VIEW0']/*"/>
<unmanaged>DIJOFS_POINT_OF_VIEW0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.PointOfView1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_POINT_OF_VIEW1']/*"/>
<unmanaged>DIJOFS_POINT_OF_VIEW1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.PointOfView2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_POINT_OF_VIEW2']/*"/>
<unmanaged>DIJOFS_POINT_OF_VIEW2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.JoystickOffsets.PointOfView3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIJOFS_POINT_OF_VIEW3']/*"/>
<unmanaged>DIJOFS_POINT_OF_VIEW3</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Key">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK']/*"/>
<unmanaged>DIK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Escape">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_ESCAPE']/*"/>
<unmanaged>DIK_ESCAPE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_1']/*"/>
<unmanaged>DIK_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_2']/*"/>
<unmanaged>DIK_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_3']/*"/>
<unmanaged>DIK_3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D4">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_4']/*"/>
<unmanaged>DIK_4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D5">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_5']/*"/>
<unmanaged>DIK_5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D6">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_6']/*"/>
<unmanaged>DIK_6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D7">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_7']/*"/>
<unmanaged>DIK_7</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D8">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_8']/*"/>
<unmanaged>DIK_8</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D9">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_9']/*"/>
<unmanaged>DIK_9</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_0']/*"/>
<unmanaged>DIK_0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Minus">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MINUS']/*"/>
<unmanaged>DIK_MINUS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Equals">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_EQUALS']/*"/>
<unmanaged>DIK_EQUALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Back">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_BACK']/*"/>
<unmanaged>DIK_BACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Tab">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_TAB']/*"/>
<unmanaged>DIK_TAB</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Q">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_Q']/*"/>
<unmanaged>DIK_Q</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.W">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_W']/*"/>
<unmanaged>DIK_W</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.E">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_E']/*"/>
<unmanaged>DIK_E</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.R">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_R']/*"/>
<unmanaged>DIK_R</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.T">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_T']/*"/>
<unmanaged>DIK_T</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Y">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_Y']/*"/>
<unmanaged>DIK_Y</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.U">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_U']/*"/>
<unmanaged>DIK_U</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.I">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_I']/*"/>
<unmanaged>DIK_I</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.O">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_O']/*"/>
<unmanaged>DIK_O</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.P">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_P']/*"/>
<unmanaged>DIK_P</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.LeftBracket">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LBRACKET']/*"/>
<unmanaged>DIK_LBRACKET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.RightBracket">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RBRACKET']/*"/>
<unmanaged>DIK_RBRACKET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Return">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RETURN']/*"/>
<unmanaged>DIK_RETURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.LeftControl">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LCONTROL']/*"/>
<unmanaged>DIK_LCONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.A">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_A']/*"/>
<unmanaged>DIK_A</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.S">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_S']/*"/>
<unmanaged>DIK_S</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.D">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_D']/*"/>
<unmanaged>DIK_D</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F']/*"/>
<unmanaged>DIK_F</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.G">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_G']/*"/>
<unmanaged>DIK_G</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.H">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_H']/*"/>
<unmanaged>DIK_H</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.J">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_J']/*"/>
<unmanaged>DIK_J</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.K">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_K']/*"/>
<unmanaged>DIK_K</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.L">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_L']/*"/>
<unmanaged>DIK_L</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Semicolon">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SEMICOLON']/*"/>
<unmanaged>DIK_SEMICOLON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Apostrophe">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_APOSTROPHE']/*"/>
<unmanaged>DIK_APOSTROPHE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Grave">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_GRAVE']/*"/>
<unmanaged>DIK_GRAVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.LeftShift">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LSHIFT']/*"/>
<unmanaged>DIK_LSHIFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Backslash">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_BACKSLASH']/*"/>
<unmanaged>DIK_BACKSLASH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Z">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_Z']/*"/>
<unmanaged>DIK_Z</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.X">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_X']/*"/>
<unmanaged>DIK_X</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.C">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_C']/*"/>
<unmanaged>DIK_C</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.V">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_V']/*"/>
<unmanaged>DIK_V</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.B">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_B']/*"/>
<unmanaged>DIK_B</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.N">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_N']/*"/>
<unmanaged>DIK_N</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.M">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_M']/*"/>
<unmanaged>DIK_M</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Comma">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_COMMA']/*"/>
<unmanaged>DIK_COMMA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Period">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_PERIOD']/*"/>
<unmanaged>DIK_PERIOD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Slash">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SLASH']/*"/>
<unmanaged>DIK_SLASH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.RightShift">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RSHIFT']/*"/>
<unmanaged>DIK_RSHIFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Multiply">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MULTIPLY']/*"/>
<unmanaged>DIK_MULTIPLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.LeftAlt">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LMENU']/*"/>
<unmanaged>DIK_LMENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Space">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SPACE']/*"/>
<unmanaged>DIK_SPACE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Capital">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_CAPITAL']/*"/>
<unmanaged>DIK_CAPITAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F1']/*"/>
<unmanaged>DIK_F1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F2']/*"/>
<unmanaged>DIK_F2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F3']/*"/>
<unmanaged>DIK_F3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F4">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F4']/*"/>
<unmanaged>DIK_F4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F5">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F5']/*"/>
<unmanaged>DIK_F5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F6">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F6']/*"/>
<unmanaged>DIK_F6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F7">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F7']/*"/>
<unmanaged>DIK_F7</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F8">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F8']/*"/>
<unmanaged>DIK_F8</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F9">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F9']/*"/>
<unmanaged>DIK_F9</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F10">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F10']/*"/>
<unmanaged>DIK_F10</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberLock">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMLOCK']/*"/>
<unmanaged>DIK_NUMLOCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.ScrollLock">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SCROLL']/*"/>
<unmanaged>DIK_SCROLL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad7">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD7']/*"/>
<unmanaged>DIK_NUMPAD7</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad8">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD8']/*"/>
<unmanaged>DIK_NUMPAD8</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad9">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD9']/*"/>
<unmanaged>DIK_NUMPAD9</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Subtract">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SUBTRACT']/*"/>
<unmanaged>DIK_SUBTRACT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad4">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD4']/*"/>
<unmanaged>DIK_NUMPAD4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad5">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD5']/*"/>
<unmanaged>DIK_NUMPAD5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad6">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD6']/*"/>
<unmanaged>DIK_NUMPAD6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Add">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_ADD']/*"/>
<unmanaged>DIK_ADD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD1']/*"/>
<unmanaged>DIK_NUMPAD1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD2']/*"/>
<unmanaged>DIK_NUMPAD2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD3']/*"/>
<unmanaged>DIK_NUMPAD3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPad0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPAD0']/*"/>
<unmanaged>DIK_NUMPAD0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Decimal">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_DECIMAL']/*"/>
<unmanaged>DIK_DECIMAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Oem102">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_OEM_102']/*"/>
<unmanaged>DIK_OEM_102</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F11">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F11']/*"/>
<unmanaged>DIK_F11</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F12">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F12']/*"/>
<unmanaged>DIK_F12</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F13">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F13']/*"/>
<unmanaged>DIK_F13</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F14">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F14']/*"/>
<unmanaged>DIK_F14</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.F15">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_F15']/*"/>
<unmanaged>DIK_F15</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Kana">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_KANA']/*"/>
<unmanaged>DIK_KANA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.AbntC1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_ABNT_C1']/*"/>
<unmanaged>DIK_ABNT_C1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Convert">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_CONVERT']/*"/>
<unmanaged>DIK_CONVERT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NoConvert">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NOCONVERT']/*"/>
<unmanaged>DIK_NOCONVERT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Yen">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_YEN']/*"/>
<unmanaged>DIK_YEN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.AbntC2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_ABNT_C2']/*"/>
<unmanaged>DIK_ABNT_C2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPadEquals">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPADEQUALS']/*"/>
<unmanaged>DIK_NUMPADEQUALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.PreviousTrack">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_PREVTRACK']/*"/>
<unmanaged>DIK_PREVTRACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.AT">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_AT']/*"/>
<unmanaged>DIK_AT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Colon">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_COLON']/*"/>
<unmanaged>DIK_COLON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Underline">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_UNDERLINE']/*"/>
<unmanaged>DIK_UNDERLINE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Kanji">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_KANJI']/*"/>
<unmanaged>DIK_KANJI</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Stop">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_STOP']/*"/>
<unmanaged>DIK_STOP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.AX">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_AX']/*"/>
<unmanaged>DIK_AX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Unlabeled">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_UNLABELED']/*"/>
<unmanaged>DIK_UNLABELED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NextTrack">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NEXTTRACK']/*"/>
<unmanaged>DIK_NEXTTRACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPadEnter">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPADENTER']/*"/>
<unmanaged>DIK_NUMPADENTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.RightControl">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RCONTROL']/*"/>
<unmanaged>DIK_RCONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Mute">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MUTE']/*"/>
<unmanaged>DIK_MUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Calculator">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_CALCULATOR']/*"/>
<unmanaged>DIK_CALCULATOR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.PlayPause">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_PLAYPAUSE']/*"/>
<unmanaged>DIK_PLAYPAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.MediaStop">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MEDIASTOP']/*"/>
<unmanaged>DIK_MEDIASTOP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.VolumeDown">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_VOLUMEDOWN']/*"/>
<unmanaged>DIK_VOLUMEDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.VolumeUp">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_VOLUMEUP']/*"/>
<unmanaged>DIK_VOLUMEUP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebHome">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBHOME']/*"/>
<unmanaged>DIK_WEBHOME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.NumberPadComma">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NUMPADCOMMA']/*"/>
<unmanaged>DIK_NUMPADCOMMA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Divide">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_DIVIDE']/*"/>
<unmanaged>DIK_DIVIDE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.PrintScreen">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SYSRQ']/*"/>
<unmanaged>DIK_SYSRQ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.RightAlt">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RMENU']/*"/>
<unmanaged>DIK_RMENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Pause">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_PAUSE']/*"/>
<unmanaged>DIK_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Home">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_HOME']/*"/>
<unmanaged>DIK_HOME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.UpArrow">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_UP']/*"/>
<unmanaged>DIK_UP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.PageUp">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_PRIOR']/*"/>
<unmanaged>DIK_PRIOR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Left">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LEFT']/*"/>
<unmanaged>DIK_LEFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Right">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RIGHT']/*"/>
<unmanaged>DIK_RIGHT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.End">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_END']/*"/>
<unmanaged>DIK_END</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Down">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_DOWN']/*"/>
<unmanaged>DIK_DOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.PageDown">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_NEXT']/*"/>
<unmanaged>DIK_NEXT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Insert">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_INSERT']/*"/>
<unmanaged>DIK_INSERT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Delete">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_DELETE']/*"/>
<unmanaged>DIK_DELETE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.LeftWindowsKey">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_LWIN']/*"/>
<unmanaged>DIK_LWIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.RightWindowsKey">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_RWIN']/*"/>
<unmanaged>DIK_RWIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Applications">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_APPS']/*"/>
<unmanaged>DIK_APPS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Power">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_POWER']/*"/>
<unmanaged>DIK_POWER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Sleep">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_SLEEP']/*"/>
<unmanaged>DIK_SLEEP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Wake">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WAKE']/*"/>
<unmanaged>DIK_WAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebSearch">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBSEARCH']/*"/>
<unmanaged>DIK_WEBSEARCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebFavorites">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBFAVORITES']/*"/>
<unmanaged>DIK_WEBFAVORITES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebRefresh">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBREFRESH']/*"/>
<unmanaged>DIK_WEBREFRESH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebStop">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBSTOP']/*"/>
<unmanaged>DIK_WEBSTOP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebForward">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBFORWARD']/*"/>
<unmanaged>DIK_WEBFORWARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.WebBack">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_WEBBACK']/*"/>
<unmanaged>DIK_WEBBACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.MyComputer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MYCOMPUTER']/*"/>
<unmanaged>DIK_MYCOMPUTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Mail">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MAIL']/*"/>
<unmanaged>DIK_MAIL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.MediaSelect">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_MEDIASELECT']/*"/>
<unmanaged>DIK_MEDIASELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Key.Unknown">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIK_UNKNOWN']/*"/>
<unmanaged>DIK_UNKNOWN</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.MouseOffsets">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS']/*"/>
<unmanaged>DIMOFS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.X">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_X']/*"/>
<unmanaged>DIMOFS_X</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Y">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_Y']/*"/>
<unmanaged>DIMOFS_Y</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Z">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_Z']/*"/>
<unmanaged>DIMOFS_Z</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button0">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON0']/*"/>
<unmanaged>DIMOFS_BUTTON0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button1">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON1']/*"/>
<unmanaged>DIMOFS_BUTTON1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button2">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON2']/*"/>
<unmanaged>DIMOFS_BUTTON2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button3">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON3']/*"/>
<unmanaged>DIMOFS_BUTTON3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button4">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON4']/*"/>
<unmanaged>DIMOFS_BUTTON4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button5">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON5']/*"/>
<unmanaged>DIMOFS_BUTTON5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button6">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON6']/*"/>
<unmanaged>DIMOFS_BUTTON6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MouseOffsets.Button7">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIMOFS_BUTTON7']/*"/>
<unmanaged>DIMOFS_BUTTON7</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ObjectAspect">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI']/*"/>
<unmanaged>DIDOI</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.ForceFeedbackActuator">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_FFACTUATOR']/*"/>
<unmanaged>DIDOI_FFACTUATOR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.ForceFeedbackTrigger">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_FFEFFECTTRIGGER']/*"/>
<unmanaged>DIDOI_FFEFFECTTRIGGER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Polled">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_POLLED']/*"/>
<unmanaged>DIDOI_POLLED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Position">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_ASPECTPOSITION']/*"/>
<unmanaged>DIDOI_ASPECTPOSITION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Velocity">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_ASPECTVELOCITY']/*"/>
<unmanaged>DIDOI_ASPECTVELOCITY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Acceleration">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_ASPECTACCEL']/*"/>
<unmanaged>DIDOI_ASPECTACCEL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Force">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_ASPECTFORCE']/*"/>
<unmanaged>DIDOI_ASPECTFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.Mask">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_ASPECTMASK']/*"/>
<unmanaged>DIDOI_ASPECTMASK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectAspect.GuidIsUsage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDOI_GUIDISUSAGE']/*"/>
<unmanaged>DIDOI_GUIDISUSAGE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyHowType">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPH']/*"/>
<unmanaged>DIPH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHowType.Device">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPH_DEVICE']/*"/>
<unmanaged>DIPH_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHowType.Byoffset">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPH_BYOFFSET']/*"/>
<unmanaged>DIPH_BYOFFSET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHowType.Byid">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPH_BYID']/*"/>
<unmanaged>DIPH_BYID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHowType.Byusage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPH_BYUSAGE']/*"/>
<unmanaged>DIPH_BYUSAGE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.TextAlignment">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL']/*"/>
<unmanaged>DIDAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Centered">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_CENTERED']/*"/>
<unmanaged>DIDAL_CENTERED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Left">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_LEFTALIGNED']/*"/>
<unmanaged>DIDAL_LEFTALIGNED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Right">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_RIGHTALIGNED']/*"/>
<unmanaged>DIDAL_RIGHTALIGNED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Middle">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_MIDDLE']/*"/>
<unmanaged>DIDAL_MIDDLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Top">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_TOPALIGNED']/*"/>
<unmanaged>DIDAL_TOPALIGNED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TextAlignment.Bottom">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDAL_BOTTOMALIGNED']/*"/>
<unmanaged>DIDAL_BOTTOMALIGNED</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.AirCombatControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.AirCombatControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.AirCombatGenre">
<summary>Constant AirCombatGenre.</summary>
<unmanaged>DIVIRTUAL_FLYING_MILITARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Flaps">
<summary>Constant Flaps.</summary>
<unmanaged>DIAXIS_FLYINGM_FLAPS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Pitch">
<summary>Constant Pitch.</summary>
<unmanaged>DIAXIS_FLYINGM_PITCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Bank">
<summary>Constant Bank.</summary>
<unmanaged>DIAXIS_FLYINGM_BANK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Rudder">
<summary>Constant Rudder.</summary>
<unmanaged>DIAXIS_FLYINGM_RUDDER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIAXIS_FLYINGM_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Throttle">
<summary>Constant Throttle.</summary>
<unmanaged>DIAXIS_FLYINGM_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.FireSecondary">
<summary>Constant FireSecondary.</summary>
<unmanaged>DIBUTTON_FLYINGM_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_FLYINGM_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_FLYINGM_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Gear">
<summary>Constant Gear.</summary>
<unmanaged>DIBUTTON_FLYINGM_GEAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_FLYINGM_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Counter">
<summary>Constant Counter.</summary>
<unmanaged>DIBUTTON_FLYINGM_COUNTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FLYINGM_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Flapsup">
<summary>Constant Flapsup.</summary>
<unmanaged>DIBUTTON_FLYINGM_FLAPSUP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_FLYINGM_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_FLYINGM_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FLYINGM_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FLYINGM_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Flapsdown">
<summary>Constant Flapsdown.</summary>
<unmanaged>DIBUTTON_FLYINGM_FLAPSDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.BrakeLink">
<summary>Constant BrakeLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_BRAKE_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_FLYINGM_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AirCombatControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_FLYINGM_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.AnyControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.AnyControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.XAxis1">
<summary>Constant XAxis1.</summary>
<unmanaged>DIAXIS_ANY_X_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.XAxis2">
<summary>Constant XAxis2.</summary>
<unmanaged>DIAXIS_ANY_X_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.YAxis1">
<summary>Constant YAxis1.</summary>
<unmanaged>DIAXIS_ANY_Y_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.YAxis2">
<summary>Constant YAxis2.</summary>
<unmanaged>DIAXIS_ANY_Y_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.ZAxis1">
<summary>Constant ZAxis1.</summary>
<unmanaged>DIAXIS_ANY_Z_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.ZAxis2">
<summary>Constant ZAxis2.</summary>
<unmanaged>DIAXIS_ANY_Z_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.RAxis1">
<summary>Constant RAxis1.</summary>
<unmanaged>DIAXIS_ANY_R_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.RAxis2">
<summary>Constant RAxis2.</summary>
<unmanaged>DIAXIS_ANY_R_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.UAxis1">
<summary>Constant UAxis1.</summary>
<unmanaged>DIAXIS_ANY_U_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.UAxis2">
<summary>Constant UAxis2.</summary>
<unmanaged>DIAXIS_ANY_U_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.VAxis1">
<summary>Constant VAxis1.</summary>
<unmanaged>DIAXIS_ANY_V_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.VAxis2">
<summary>Constant VAxis2.</summary>
<unmanaged>DIAXIS_ANY_V_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Accelerator1">
<summary>Constant Accelerator1.</summary>
<unmanaged>DIAXIS_ANY_A_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Accelerator2">
<summary>Constant Accelerator2.</summary>
<unmanaged>DIAXIS_ANY_A_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Brake1">
<summary>Constant Brake1.</summary>
<unmanaged>DIAXIS_ANY_B_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Brake2">
<summary>Constant Brake2.</summary>
<unmanaged>DIAXIS_ANY_B_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Clutch1">
<summary>Constant Clutch1.</summary>
<unmanaged>DIAXIS_ANY_C_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Clutch2">
<summary>Constant Clutch2.</summary>
<unmanaged>DIAXIS_ANY_C_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.SAxis1">
<summary>Constant SAxis1.</summary>
<unmanaged>DIAXIS_ANY_S_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.SAxis2">
<summary>Constant SAxis2.</summary>
<unmanaged>DIAXIS_ANY_S_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Axis1">
<summary>Constant Axis1.</summary>
<unmanaged>DIAXIS_ANY_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Axis2">
<summary>Constant Axis2.</summary>
<unmanaged>DIAXIS_ANY_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Axis3">
<summary>Constant Axis3.</summary>
<unmanaged>DIAXIS_ANY_3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.Axis4">
<summary>Constant Axis4.</summary>
<unmanaged>DIAXIS_ANY_4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.PointOfView1">
<summary>Constant PointOfView1.</summary>
<unmanaged>DIPOV_ANY_1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.PointOfView2">
<summary>Constant PointOfView2.</summary>
<unmanaged>DIPOV_ANY_2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.PointOfView3">
<summary>Constant PointOfView3.</summary>
<unmanaged>DIPOV_ANY_3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.AnyControls.PointOfView4">
<summary>Constant PointOfView4.</summary>
<unmanaged>DIPOV_ANY_4</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BaseballBattingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BaseballBattingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.BaseballBattingGenre">
<summary>Constant BaseballBattingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BASEBALL_BAT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BASEBALLB_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BASEBALLB_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Slide">
<summary>Constant Slide.</summary>
<unmanaged>DIBUTTON_BASEBALLB_SLIDE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_BASEBALLB_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BASEBALLB_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Contact">
<summary>Constant Contact.</summary>
<unmanaged>DIBUTTON_BASEBALLB_CONTACT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_BASEBALLB_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Power">
<summary>Constant Power.</summary>
<unmanaged>DIBUTTON_BASEBALLB_POWER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Nosteal">
<summary>Constant Nosteal.</summary>
<unmanaged>DIBUTTON_BASEBALLB_NOSTEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_BASEBALLB_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Box">
<summary>Constant Box.</summary>
<unmanaged>DIBUTTON_BASEBALLB_BOX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BASEBALLB_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_BASEBALLB_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Steal">
<summary>Constant Steal.</summary>
<unmanaged>DIBUTTON_BASEBALLB_STEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Normal">
<summary>Constant Normal.</summary>
<unmanaged>DIBUTTON_BASEBALLB_NORMAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Bunt">
<summary>Constant Bunt.</summary>
<unmanaged>DIBUTTON_BASEBALLB_BUNT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_BASEBALLB_BURST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BASEBALLB_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballBattingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_BASEBALLB_FORWARD_LINK</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BaseballFieldingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BaseballFieldingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.BaseballFieldingGenre">
<summary>Constant BaseballFieldingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BASEBALL_FIELD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BASEBALLF_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BASEBALLF_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Shiftin">
<summary>Constant Shiftin.</summary>
<unmanaged>DIBUTTON_BASEBALLF_SHIFTIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BASEBALLF_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.AimLeftLink">
<summary>Constant AimLeftLink.</summary>
<unmanaged>DIBUTTON_BASEBALLF_AIM_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Shiftout">
<summary>Constant Shiftout.</summary>
<unmanaged>DIBUTTON_BASEBALLF_SHIFTOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Throw1">
<summary>Constant Throw1.</summary>
<unmanaged>DIBUTTON_BASEBALLF_THROW1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.AimRightLink">
<summary>Constant AimRightLink.</summary>
<unmanaged>DIBUTTON_BASEBALLF_AIM_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_BASEBALLF_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_BASEBALLF_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BASEBALLF_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Nearest">
<summary>Constant Nearest.</summary>
<unmanaged>DIBUTTON_BASEBALLF_NEAREST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Dive">
<summary>Constant Dive.</summary>
<unmanaged>DIBUTTON_BASEBALLF_DIVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BASEBALLF_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_BASEBALLF_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Throw2">
<summary>Constant Throw2.</summary>
<unmanaged>DIBUTTON_BASEBALLF_THROW2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballFieldingControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_BASEBALLF_BURST</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BaseballPitchingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BaseballPitchingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.BaseballPitchingGenre">
<summary>Constant BaseballPitchingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BASEBALL_PITCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BASEBALLP_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BASEBALLP_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BASEBALLP_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Pitch">
<summary>Constant Pitch.</summary>
<unmanaged>DIBUTTON_BASEBALLP_PITCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_BASEBALLP_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Base">
<summary>Constant Base.</summary>
<unmanaged>DIBUTTON_BASEBALLP_BASE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_BASEBALLP_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_BASEBALLP_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_BASEBALLP_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Look">
<summary>Constant Look.</summary>
<unmanaged>DIBUTTON_BASEBALLP_LOOK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_BASEBALLP_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_BASEBALLP_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BASEBALLP_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BASEBALLP_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Throw">
<summary>Constant Throw.</summary>
<unmanaged>DIBUTTON_BASEBALLP_THROW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BaseballPitchingControls.Walk">
<summary>Constant Walk.</summary>
<unmanaged>DIBUTTON_BASEBALLP_WALK</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BasketballDefenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BasketballDefenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.BasketballDefenseGenre">
<summary>Constant BasketballDefenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BASKETBALL_DEFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BBALLD_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BBALLD_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BBALLD_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Steal">
<summary>Constant Steal.</summary>
<unmanaged>DIBUTTON_BBALLD_STEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Play">
<summary>Constant Play.</summary>
<unmanaged>DIBUTTON_BBALLD_PLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_BBALLD_BURST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_BBALLD_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_BBALLD_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_BBALLD_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BBALLD_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Player">
<summary>Constant Player.</summary>
<unmanaged>DIBUTTON_BBALLD_PLAYER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_BBALLD_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_BBALLD_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_BBALLD_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_BBALLD_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_BBALLD_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_BBALLD_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BBALLD_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballDefenseControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_BBALLD_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BasketballOffenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BasketballOffenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.BasketballOffenseGenre">
<summary>Constant BasketballOffenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BASKETBALL_OFFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BBALLO_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BBALLO_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_BBALLO_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Shoot">
<summary>Constant Shoot.</summary>
<unmanaged>DIBUTTON_BBALLO_SHOOT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_BBALLO_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_BBALLO_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_BBALLO_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Pass">
<summary>Constant Pass.</summary>
<unmanaged>DIBUTTON_BBALLO_PASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_BBALLO_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Post">
<summary>Constant Post.</summary>
<unmanaged>DIBUTTON_BBALLO_POST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_BBALLO_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Dunk">
<summary>Constant Dunk.</summary>
<unmanaged>DIBUTTON_BBALLO_DUNK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_BBALLO_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_BBALLO_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BBALLO_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Jab">
<summary>Constant Jab.</summary>
<unmanaged>DIBUTTON_BBALLO_JAB</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Play">
<summary>Constant Play.</summary>
<unmanaged>DIBUTTON_BBALLO_PLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BBALLO_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Screen">
<summary>Constant Screen.</summary>
<unmanaged>DIBUTTON_BBALLO_SCREEN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BBALLO_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Call">
<summary>Constant Call.</summary>
<unmanaged>DIBUTTON_BBALLO_CALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Player">
<summary>Constant Player.</summary>
<unmanaged>DIBUTTON_BBALLO_PLAYER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_BBALLO_BURST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BasketballOffenseControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_BBALLO_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.BrowserControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.BrowserControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.BrowserGenre">
<summary>Constant BrowserGenre.</summary>
<unmanaged>DIVIRTUAL_BROWSER_CONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_BROWSER_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.View">
<summary>Constant View.</summary>
<unmanaged>DIAXIS_BROWSER_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_BROWSER_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Favorites">
<summary>Constant Favorites.</summary>
<unmanaged>DIBUTTON_BROWSER_FAVORITES</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Stop">
<summary>Constant Stop.</summary>
<unmanaged>DIBUTTON_BROWSER_STOP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_BROWSER_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Home">
<summary>Constant Home.</summary>
<unmanaged>DIBUTTON_BROWSER_HOME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BROWSER_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BROWSER_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Refresh">
<summary>Constant Refresh.</summary>
<unmanaged>DIBUTTON_BROWSER_REFRESH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.History">
<summary>Constant History.</summary>
<unmanaged>DIBUTTON_BROWSER_HISTORY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Next">
<summary>Constant Next.</summary>
<unmanaged>DIBUTTON_BROWSER_NEXT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Search">
<summary>Constant Search.</summary>
<unmanaged>DIBUTTON_BROWSER_SEARCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BROWSER_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Print">
<summary>Constant Print.</summary>
<unmanaged>DIBUTTON_BROWSER_PRINT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.BrowserControls.Previous">
<summary>Constant Previous.</summary>
<unmanaged>DIBUTTON_BROWSER_PREVIOUS</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.CivilianFlightControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.CivilianFlightControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.CivilianFlightGenre">
<summary>Constant CivilianFlightGenre.</summary>
<unmanaged>DIVIRTUAL_FLYING_CIVILIAN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Flaps">
<summary>Constant Flaps.</summary>
<unmanaged>DIAXIS_FLYINGC_FLAPS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Throttle">
<summary>Constant Throttle.</summary>
<unmanaged>DIAXIS_FLYINGC_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Rudder">
<summary>Constant Rudder.</summary>
<unmanaged>DIAXIS_FLYINGC_RUDDER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Bank">
<summary>Constant Bank.</summary>
<unmanaged>DIAXIS_FLYINGC_BANK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIAXIS_FLYINGC_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Pitch">
<summary>Constant Pitch.</summary>
<unmanaged>DIAXIS_FLYINGC_PITCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.BrakeLink">
<summary>Constant BrakeLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_BRAKE_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FLYINGC_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Gear">
<summary>Constant Gear.</summary>
<unmanaged>DIBUTTON_FLYINGC_GEAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Flapsup">
<summary>Constant Flapsup.</summary>
<unmanaged>DIBUTTON_FLYINGC_FLAPSUP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_FLYINGC_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_FLYINGC_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FLYINGC_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FLYINGC_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_FLYINGC_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Flapsdown">
<summary>Constant Flapsdown.</summary>
<unmanaged>DIBUTTON_FLYINGC_FLAPSDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CivilianFlightControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_FLYINGC_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.CombatRacingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.CombatRacingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.AirCombatGenre">
<summary>Constant AirCombatGenre.</summary>
<unmanaged>DIVIRTUAL_DRIVING_COMBAT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Steer">
<summary>Constant Steer.</summary>
<unmanaged>DIAXIS_DRIVINGC_STEER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Accelerate">
<summary>Constant Accelerate.</summary>
<unmanaged>DIAXIS_DRIVINGC_ACCELERATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.BrakeAxis">
<summary>Constant BrakeAxis.</summary>
<unmanaged>DIAXIS_DRIVINGC_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.AccelerateAndBrake">
<summary>Constant AccelerateAndBrake.</summary>
<unmanaged>DIAXIS_DRIVINGC_ACCEL_AND_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Shiftup">
<summary>Constant Shiftup.</summary>
<unmanaged>DIBUTTON_DRIVINGC_SHIFTUP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Shiftdown">
<summary>Constant Shiftdown.</summary>
<unmanaged>DIBUTTON_DRIVINGC_SHIFTDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_DRIVINGC_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Dashboard">
<summary>Constant Dashboard.</summary>
<unmanaged>DIBUTTON_DRIVINGC_DASHBOARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_DRIVINGC_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_DRIVINGC_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGC_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGC_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_DRIVINGC_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.AccelerateLink">
<summary>Constant AccelerateLink.</summary>
<unmanaged>DIBUTTON_DRIVINGC_ACCELERATE_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.SteerLeftLink">
<summary>Constant SteerLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGC_STEER_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_DRIVINGC_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_DRIVINGC_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Aids">
<summary>Constant Aids.</summary>
<unmanaged>DIBUTTON_DRIVINGC_AIDS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIBUTTON_DRIVINGC_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_DRIVINGC_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.SteerRightLink">
<summary>Constant SteerRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGC_STEER_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.CombatRacingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_DRIVINGC_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceGuid">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.DeviceGuid']/*"/>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysMouse">
<summary>Constant SysMouse.</summary>
<unmanaged>GUID_SysMouse</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysKeyboard">
<summary>Constant SysKeyboard.</summary>
<unmanaged>GUID_SysKeyboard</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.Joystick">
<summary>Constant Joystick.</summary>
<unmanaged>GUID_Joystick</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysMouseEm">
<summary>Constant SysMouseEm.</summary>
<unmanaged>GUID_SysMouseEm</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysMouseEm2">
<summary>Constant SysMouseEm2.</summary>
<unmanaged>GUID_SysMouseEm2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysKeyboardEm">
<summary>Constant SysKeyboardEm.</summary>
<unmanaged>GUID_SysKeyboardEm</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceGuid.SysKeyboardEm2">
<summary>Constant SysKeyboardEm2.</summary>
<unmanaged>GUID_SysKeyboardEm2</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceSubtype">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.DeviceSubtype']/*"/>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseUnknown">
<summary>Constant MouseUnknown.</summary>
<unmanaged>DI8DEVTYPEMOUSE_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseAbsolute">
<summary>Constant MouseAbsolute.</summary>
<unmanaged>DI8DEVTYPEMOUSE_ABSOLUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseTraditional">
<summary>Constant MouseTraditional.</summary>
<unmanaged>DI8DEVTYPEMOUSE_TRADITIONAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseTouchpad">
<summary>Constant MouseTouchpad.</summary>
<unmanaged>DI8DEVTYPEMOUSE_TOUCHPAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseFingerstick">
<summary>Constant MouseFingerstick.</summary>
<unmanaged>DI8DEVTYPEMOUSE_FINGERSTICK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.MouseTrackball">
<summary>Constant MouseTrackball.</summary>
<unmanaged>DI8DEVTYPEMOUSE_TRACKBALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardNec98106">
<summary>Constant KeyboardNec98106.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_NEC98106</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardJapanax">
<summary>Constant KeyboardJapanax.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_JAPANAX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardJapan106">
<summary>Constant KeyboardJapan106.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_JAPAN106</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardNec98">
<summary>Constant KeyboardNec98.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_NEC98</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardPcat">
<summary>Constant KeyboardPcat.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_PCAT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardOlivetti">
<summary>Constant KeyboardOlivetti.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_OLIVETTI</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardPcenh">
<summary>Constant KeyboardPcenh.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_PCENH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardUnknown">
<summary>Constant KeyboardUnknown.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardPcxt">
<summary>Constant KeyboardPcxt.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_PCXT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardNokia1050">
<summary>Constant KeyboardNokia1050.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_NOKIA1050</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardJ3100">
<summary>Constant KeyboardJ3100.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_J3100</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardNokia9140">
<summary>Constant KeyboardNokia9140.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_NOKIA9140</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.KeyboardNec98laptop">
<summary>Constant KeyboardNec98laptop.</summary>
<unmanaged>DI8DEVTYPEKEYBOARD_NEC98LAPTOP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.JoystickLimited">
<summary>Constant JoystickLimited.</summary>
<unmanaged>DI8DEVTYPEJOYSTICK_LIMITED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.JoystickStandard">
<summary>Constant JoystickStandard.</summary>
<unmanaged>DI8DEVTYPEJOYSTICK_STANDARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.GamepadLimited">
<summary>Constant GamepadLimited.</summary>
<unmanaged>DI8DEVTYPEGAMEPAD_LIMITED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.GamepadTilt">
<summary>Constant GamepadTilt.</summary>
<unmanaged>DI8DEVTYPEGAMEPAD_TILT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.GamepadStandard">
<summary>Constant GamepadStandard.</summary>
<unmanaged>DI8DEVTYPEGAMEPAD_STANDARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DrivingHandheld">
<summary>Constant DrivingHandheld.</summary>
<unmanaged>DI8DEVTYPEDRIVING_HANDHELD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DrivingDualpedals">
<summary>Constant DrivingDualpedals.</summary>
<unmanaged>DI8DEVTYPEDRIVING_DUALPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DrivingLimited">
<summary>Constant DrivingLimited.</summary>
<unmanaged>DI8DEVTYPEDRIVING_LIMITED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DrivingThreepedals">
<summary>Constant DrivingThreepedals.</summary>
<unmanaged>DI8DEVTYPEDRIVING_THREEPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DrivingCombinedpedals">
<summary>Constant DrivingCombinedpedals.</summary>
<unmanaged>DI8DEVTYPEDRIVING_COMBINEDPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FlightLimited">
<summary>Constant FlightLimited.</summary>
<unmanaged>DI8DEVTYPEFLIGHT_LIMITED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FlightStick">
<summary>Constant FlightStick.</summary>
<unmanaged>DI8DEVTYPEFLIGHT_STICK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FlightYoke">
<summary>Constant FlightYoke.</summary>
<unmanaged>DI8DEVTYPEFLIGHT_YOKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FlightRc">
<summary>Constant FlightRc.</summary>
<unmanaged>DI8DEVTYPEFLIGHT_RC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FirstPersonLimited">
<summary>Constant FirstPersonLimited.</summary>
<unmanaged>DI8DEVTYPE1STPERSON_LIMITED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FirstPersonShooter">
<summary>Constant FirstPersonShooter.</summary>
<unmanaged>DI8DEVTYPE1STPERSON_SHOOTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FirstPersonSixdof">
<summary>Constant FirstPersonSixdof.</summary>
<unmanaged>DI8DEVTYPE1STPERSON_SIXDOF</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.FirstPersonUnknown">
<summary>Constant FirstPersonUnknown.</summary>
<unmanaged>DI8DEVTYPE1STPERSON_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.ScreenPointerLightgun">
<summary>Constant ScreenPointerLightgun.</summary>
<unmanaged>DI8DEVTYPESCREENPTR_LIGHTGUN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.ScreenPointerUnknown">
<summary>Constant ScreenPointerUnknown.</summary>
<unmanaged>DI8DEVTYPESCREENPTR_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.ScreenPointerTouch">
<summary>Constant ScreenPointerTouch.</summary>
<unmanaged>DI8DEVTYPESCREENPTR_TOUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.ScreenPointerLightpen">
<summary>Constant ScreenPointerLightpen.</summary>
<unmanaged>DI8DEVTYPESCREENPTR_LIGHTPEN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.RemoteUnknown">
<summary>Constant RemoteUnknown.</summary>
<unmanaged>DI8DEVTYPEREMOTE_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DeviceControlUnknown">
<summary>Constant DeviceControlUnknown.</summary>
<unmanaged>DI8DEVTYPEDEVICECTRL_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DeviceControlCommsselection">
<summary>Constant DeviceControlCommsselection.</summary>
<unmanaged>DI8DEVTYPEDEVICECTRL_COMMSSELECTION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.DeviceControlCommsselectionHardwired">
<summary>Constant DeviceControlCommsselectionHardwired.</summary>
<unmanaged>DI8DEVTYPEDEVICECTRL_COMMSSELECTION_HARDWIRED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalDualpedals">
<summary>Constant SupplementalDualpedals.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_DUALPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.Supplemental2ndhandcontroller">
<summary>Constant Supplemental2ndhandcontroller.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_2NDHANDCONTROLLER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalThreepedals">
<summary>Constant SupplementalThreepedals.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_THREEPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalHandtracker">
<summary>Constant SupplementalHandtracker.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_HANDTRACKER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalHeadtracker">
<summary>Constant SupplementalHeadtracker.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_HEADTRACKER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalUnknown">
<summary>Constant SupplementalUnknown.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_UNKNOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalRudderpedals">
<summary>Constant SupplementalRudderpedals.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_RUDDERPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalShifter">
<summary>Constant SupplementalShifter.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_SHIFTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalShiftstickgate">
<summary>Constant SupplementalShiftstickgate.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_SHIFTSTICKGATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalThrottle">
<summary>Constant SupplementalThrottle.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalCombinedpedals">
<summary>Constant SupplementalCombinedpedals.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_COMBINEDPEDALS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceSubtype.SupplementalSplitthrottle">
<summary>Constant SupplementalSplitthrottle.</summary>
<unmanaged>DI8DEVTYPESUPPLEMENTAL_SPLITTHROTTLE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DInput">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.DInput']/*"/>
</member>
<member name="F:SharpDX.DirectInput.DInput.SdkVersion">
<summary>Constant SdkVersion.</summary>
<unmanaged>DIRECTINPUT_VERSION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DInput.DllHandle0_">
<summary>
DLLs loaders
</summary>
</member>
<member name="M:SharpDX.DirectInput.DInput.DirectInput8Create(System.IntPtr,System.Int32,System.Guid,System.IntPtr@,SharpDX.ComObject)">
<summary>
No documentation.
</summary>
<param name="hinst">No documentation.</param>
<param name="dwVersion">No documentation.</param>
<param name="riidltf">No documentation.</param>
<param name="vOutOut">No documentation.</param>
<param name="unkOuterRef">No documentation.</param>
<returns>No documentation.</returns>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DirectInput8Create']/*"/>
<unmanaged>HRESULT DirectInput8Create([In] HINSTANCE hinst,[In] unsigned int dwVersion,[In] const GUID&amp; riidltf,[Out] void** ppvOut,[In] IUnknown* punkOuter)</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectGuid">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.EffectGuid']/*"/>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.ConstantForce">
<summary>Constant ConstantForce.</summary>
<unmanaged>GUID_ConstantForce</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.RampForce">
<summary>Constant RampForce.</summary>
<unmanaged>GUID_RampForce</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Square">
<summary>Constant Square.</summary>
<unmanaged>GUID_Square</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Sine">
<summary>Constant Sine.</summary>
<unmanaged>GUID_Sine</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Triangle">
<summary>Constant Triangle.</summary>
<unmanaged>GUID_Triangle</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.SawtoothUp">
<summary>Constant SawtoothUp.</summary>
<unmanaged>GUID_SawtoothUp</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.SawtoothDown">
<summary>Constant SawtoothDown.</summary>
<unmanaged>GUID_SawtoothDown</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Spring">
<summary>Constant Spring.</summary>
<unmanaged>GUID_Spring</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Damper">
<summary>Constant Damper.</summary>
<unmanaged>GUID_Damper</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Inertia">
<summary>Constant Inertia.</summary>
<unmanaged>GUID_Inertia</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.Friction">
<summary>Constant Friction.</summary>
<unmanaged>GUID_Friction</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectGuid.CustomForce">
<summary>Constant CustomForce.</summary>
<unmanaged>GUID_CustomForce</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.FishingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.FishingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.FishingControls.FishingGenre">
<summary>Constant FishingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_FISHING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FishingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_FISHING_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FishingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FISHING_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FishingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_FISHING_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FishingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_FISHING_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.FootballDefenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.FootballDefenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.FootballDefenseGenre">
<summary>Constant FootballDefenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_FOOTBALL_DEFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FOOTBALLD_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_FOOTBALLD_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Spin">
<summary>Constant Spin.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_SPIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Swim">
<summary>Constant Swim.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_SWIM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Audible">
<summary>Constant Audible.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_AUDIBLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Tackle">
<summary>Constant Tackle.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_TACKLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Rip">
<summary>Constant Rip.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_RIP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Supertackle">
<summary>Constant Supertackle.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_SUPERTACKLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Play">
<summary>Constant Play.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_PLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Bullrush">
<summary>Constant Bullrush.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_BULLRUSH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballDefenseControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_FOOTBALLD_ZOOM</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.FootballOffenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.FootballOffenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.FootballOffenseGenre">
<summary>Constant FootballOffenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_FOOTBALL_OFFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_FOOTBALLO_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FOOTBALLO_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Throw">
<summary>Constant Throw.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_THROW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Turbo">
<summary>Constant Turbo.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_TURBO</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Spin">
<summary>Constant Spin.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_SPIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Leftarm">
<summary>Constant Leftarm.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_LEFTARM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Shoulder">
<summary>Constant Shoulder.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_SHOULDER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Dive">
<summary>Constant Dive.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_DIVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Rightarm">
<summary>Constant Rightarm.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_RIGHTARM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballOffenseControls.Juke">
<summary>Constant Juke.</summary>
<unmanaged>DIBUTTON_FOOTBALLO_JUKE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.FootballPlayControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.FootballPlayControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.FootballPlayGenre">
<summary>Constant FootballPlayGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_FOOTBALL_FIELD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Help">
<summary>Constant Help.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_HELP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Play">
<summary>Constant Play.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_PLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballPlayControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_FOOTBALLP_SELECT</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.FootballQuarterbackControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.FootballQuarterbackControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.FootballQuarterbackGenre">
<summary>Constant FootballQuarterbackGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_FOOTBALL_QBCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_FOOTBALLQ_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FOOTBALLQ_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Slide">
<summary>Constant Slide.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_SLIDE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Snap">
<summary>Constant Snap.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_SNAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Fakesnap">
<summary>Constant Fakesnap.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_FAKESNAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Pass">
<summary>Constant Pass.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_PASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Motion">
<summary>Constant Motion.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_MOTION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Audible">
<summary>Constant Audible.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_AUDIBLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.FootballQuarterbackControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_FOOTBALLQ_SELECT</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.GolfControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.GolfControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.GolfGenre">
<summary>Constant GolfGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_GOLF</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_GOLF_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_GOLF_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_GOLF_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_GOLF_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_GOLF_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_GOLF_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_GOLF_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Flyby">
<summary>Constant Flyby.</summary>
<unmanaged>DIBUTTON_GOLF_FLYBY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Terrain">
<summary>Constant Terrain.</summary>
<unmanaged>DIBUTTON_GOLF_TERRAIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_GOLF_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_GOLF_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_GOLF_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Up">
<summary>Constant Up.</summary>
<unmanaged>DIBUTTON_GOLF_UP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_GOLF_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Swing">
<summary>Constant Swing.</summary>
<unmanaged>DIBUTTON_GOLF_SWING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_GOLF_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.Down">
<summary>Constant Down.</summary>
<unmanaged>DIBUTTON_GOLF_DOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.GolfControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_GOLF_RIGHT_LINK</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HandToHandControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HandToHandControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.HandToHandGenre">
<summary>Constant HandToHandGenre.</summary>
<unmanaged>DIVIRTUAL_FIGHTING_HAND2HAND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_FIGHTINGH_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_FIGHTINGH_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FIGHTINGH_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Dodge">
<summary>Constant Dodge.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_DODGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Block">
<summary>Constant Block.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_BLOCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Punch">
<summary>Constant Punch.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_PUNCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Kick">
<summary>Constant Kick.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_KICK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.BackwardLink">
<summary>Constant BackwardLink.</summary>
<unmanaged>DIBUTTON_FIGHTINGH_BACKWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HandToHandControls.Slide">
<summary>Constant Slide.</summary>
<unmanaged>DIHATSWITCH_FIGHTINGH_SLIDE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HelicopterCombatControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HelicopterCombatControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.HelicopterCombatGenre">
<summary>Constant HelicopterCombatGenre.</summary>
<unmanaged>DIVIRTUAL_FLYING_HELICOPTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Torque">
<summary>Constant Torque.</summary>
<unmanaged>DIAXIS_FLYINGH_TORQUE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Collective">
<summary>Constant Collective.</summary>
<unmanaged>DIAXIS_FLYINGH_COLLECTIVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Throttle">
<summary>Constant Throttle.</summary>
<unmanaged>DIAXIS_FLYINGH_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Bank">
<summary>Constant Bank.</summary>
<unmanaged>DIAXIS_FLYINGH_BANK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Pitch">
<summary>Constant Pitch.</summary>
<unmanaged>DIAXIS_FLYINGH_PITCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_FLYINGH_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Gear">
<summary>Constant Gear.</summary>
<unmanaged>DIBUTTON_FLYINGH_GEAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FLYINGH_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_FLYINGH_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_FLYINGH_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FLYINGH_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_FLYINGH_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Counter">
<summary>Constant Counter.</summary>
<unmanaged>DIBUTTON_FLYINGH_COUNTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_FLYINGH_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_FLYINGH_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FLYINGH_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HelicopterCombatControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_FLYINGH_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HockeyDefenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HockeyDefenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.HockeyDefenseGenre">
<summary>Constant HockeyDefenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_HOCKEY_DEFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_HOCKEYD_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_HOCKEYD_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_HOCKEYD_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_HOCKEYD_BURST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_HOCKEYD_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Steal">
<summary>Constant Steal.</summary>
<unmanaged>DIBUTTON_HOCKEYD_STEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_HOCKEYD_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Strategy">
<summary>Constant Strategy.</summary>
<unmanaged>DIBUTTON_HOCKEYD_STRATEGY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_HOCKEYD_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_HOCKEYD_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Player">
<summary>Constant Player.</summary>
<unmanaged>DIBUTTON_HOCKEYD_PLAYER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_HOCKEYD_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_HOCKEYD_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_HOCKEYD_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_HOCKEYD_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_HOCKEYD_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_HOCKEYD_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Block">
<summary>Constant Block.</summary>
<unmanaged>DIBUTTON_HOCKEYD_BLOCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyDefenseControls.Scroll">
<summary>Constant Scroll.</summary>
<unmanaged>DIHATSWITCH_HOCKEYD_SCROLL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HockeyGoalieControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HockeyGoalieControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.HockeyGoalieGenre">
<summary>Constant HockeyGoalieGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_HOCKEY_GOALIE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_HOCKEYG_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_HOCKEYG_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Pass">
<summary>Constant Pass.</summary>
<unmanaged>DIBUTTON_HOCKEYG_PASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_HOCKEYG_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Block">
<summary>Constant Block.</summary>
<unmanaged>DIBUTTON_HOCKEYG_BLOCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_HOCKEYG_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_HOCKEYG_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_HOCKEYG_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_HOCKEYG_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_HOCKEYG_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_HOCKEYG_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_HOCKEYG_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_HOCKEYG_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Steal">
<summary>Constant Steal.</summary>
<unmanaged>DIBUTTON_HOCKEYG_STEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_HOCKEYG_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Strategy">
<summary>Constant Strategy.</summary>
<unmanaged>DIBUTTON_HOCKEYG_STRATEGY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Poke">
<summary>Constant Poke.</summary>
<unmanaged>DIBUTTON_HOCKEYG_POKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyGoalieControls.Scroll">
<summary>Constant Scroll.</summary>
<unmanaged>DIHATSWITCH_HOCKEYG_SCROLL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HockeyOffenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HockeyOffenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.HockeyOffenseGenre">
<summary>Constant HockeyOffenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_HOCKEY_OFFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_HOCKEYO_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_HOCKEYO_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Pass">
<summary>Constant Pass.</summary>
<unmanaged>DIBUTTON_HOCKEYO_PASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Shoot">
<summary>Constant Shoot.</summary>
<unmanaged>DIBUTTON_HOCKEYO_SHOOT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_HOCKEYO_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_HOCKEYO_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_HOCKEYO_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_HOCKEYO_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_HOCKEYO_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_HOCKEYO_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Strategy">
<summary>Constant Strategy.</summary>
<unmanaged>DIBUTTON_HOCKEYO_STRATEGY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_HOCKEYO_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_HOCKEYO_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_HOCKEYO_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_HOCKEYO_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_HOCKEYO_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_HOCKEYO_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Burst">
<summary>Constant Burst.</summary>
<unmanaged>DIBUTTON_HOCKEYO_BURST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HockeyOffenseControls.Scroll">
<summary>Constant Scroll.</summary>
<unmanaged>DIHATSWITCH_HOCKEYO_SCROLL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.HuntingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.HuntingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.HuntingGenre">
<summary>Constant HuntingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_HUNTING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_HUNTING_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_HUNTING_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_HUNTING_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_HUNTING_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_HUNTING_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_HUNTING_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_HUNTING_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_HUNTING_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Call">
<summary>Constant Call.</summary>
<unmanaged>DIBUTTON_HUNTING_CALL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_HUNTING_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_HUNTING_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Binocular">
<summary>Constant Binocular.</summary>
<unmanaged>DIBUTTON_HUNTING_BINOCULAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_HUNTING_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.RotateLeftLink">
<summary>Constant RotateLeftLink.</summary>
<unmanaged>DIBUTTON_HUNTING_ROTATE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_HUNTING_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_HUNTING_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Aim">
<summary>Constant Aim.</summary>
<unmanaged>DIBUTTON_HUNTING_AIM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.RotateRightLink">
<summary>Constant RotateRightLink.</summary>
<unmanaged>DIBUTTON_HUNTING_ROTATE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Map">
<summary>Constant Map.</summary>
<unmanaged>DIBUTTON_HUNTING_MAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_HUNTING_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_HUNTING_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_HUNTING_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Weapon">
<summary>Constant Weapon.</summary>
<unmanaged>DIBUTTON_HUNTING_WEAPON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.HuntingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_HUNTING_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.MechanicalFightingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.MechanicalFightingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.MechanicalFightingGenre">
<summary>Constant MechanicalFightingGenre.</summary>
<unmanaged>DIVIRTUAL_DRIVING_MECHA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Steer">
<summary>Constant Steer.</summary>
<unmanaged>DIAXIS_MECHA_STEER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Throttle">
<summary>Constant Throttle.</summary>
<unmanaged>DIAXIS_MECHA_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Torso">
<summary>Constant Torso.</summary>
<unmanaged>DIAXIS_MECHA_TORSO</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_MECHA_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_MECHA_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_MECHA_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_MECHA_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_MECHA_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_MECHA_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Center">
<summary>Constant Center.</summary>
<unmanaged>DIBUTTON_MECHA_CENTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_MECHA_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Reverse">
<summary>Constant Reverse.</summary>
<unmanaged>DIBUTTON_MECHA_REVERSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_MECHA_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_MECHA_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.RotateLeftLink">
<summary>Constant RotateLeftLink.</summary>
<unmanaged>DIBUTTON_MECHA_ROTATE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_MECHA_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_MECHA_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_MECHA_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.RotateRightLink">
<summary>Constant RotateRightLink.</summary>
<unmanaged>DIBUTTON_MECHA_ROTATE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_MECHA_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_MECHA_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_MECHA_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_MECHA_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_MECHA_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MechanicalFightingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_MECHA_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Models3DControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.Models3DControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Models3DGenre">
<summary>Constant Models3DGenre.</summary>
<unmanaged>DIVIRTUAL_CAD_MODEL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_CADM_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Inout">
<summary>Constant Inout.</summary>
<unmanaged>DIAXIS_CADM_INOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Rotatey">
<summary>Constant Rotatey.</summary>
<unmanaged>DIAXIS_CADM_ROTATEY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Rotatez">
<summary>Constant Rotatez.</summary>
<unmanaged>DIAXIS_CADM_ROTATEZ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Rotatex">
<summary>Constant Rotatex.</summary>
<unmanaged>DIAXIS_CADM_ROTATEX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_CADM_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_CADM_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_CADM_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_CADM_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_CADM_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_CADM_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_CADM_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_CADM_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_CADM_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Models3DControls.Hatswitch">
<summary>Constant Hatswitch.</summary>
<unmanaged>DIHATSWITCH_CADM_HATSWITCH</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.MountainBikingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.MountainBikingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.MountainBikingGenre">
<summary>Constant MountainBikingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_BIKING_MOUNTAIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Pedal">
<summary>Constant Pedal.</summary>
<unmanaged>DIAXIS_BIKINGM_PEDAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Turn">
<summary>Constant Turn.</summary>
<unmanaged>DIAXIS_BIKINGM_TURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIAXIS_BIKINGM_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Camera">
<summary>Constant Camera.</summary>
<unmanaged>DIBUTTON_BIKINGM_CAMERA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_BIKINGM_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_BIKINGM_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_BIKINGM_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_BIKINGM_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_BIKINGM_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_BIKINGM_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_BIKINGM_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_BIKINGM_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.BrakeButtonLink">
<summary>Constant BrakeButtonLink.</summary>
<unmanaged>DIBUTTON_BIKINGM_BRAKE_BUTTON_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_BIKINGM_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_BIKINGM_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_BIKINGM_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_BIKINGM_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.MountainBikingControls.Scroll">
<summary>Constant Scroll.</summary>
<unmanaged>DIHATSWITCH_BIKINGM_SCROLL</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Navigation3DControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.Navigation3DControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Navigation3DGenre">
<summary>Constant Navigation3DGenre.</summary>
<unmanaged>DIVIRTUAL_CAD_FLYBY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Rotatex">
<summary>Constant Rotatex.</summary>
<unmanaged>DIAXIS_CADF_ROTATEX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_CADF_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_CADF_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Rotatez">
<summary>Constant Rotatez.</summary>
<unmanaged>DIAXIS_CADF_ROTATEZ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Inout">
<summary>Constant Inout.</summary>
<unmanaged>DIAXIS_CADF_INOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Rotatey">
<summary>Constant Rotatey.</summary>
<unmanaged>DIAXIS_CADF_ROTATEY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_CADF_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_CADF_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_CADF_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_CADF_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_CADF_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_CADF_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_CADF_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_CADF_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Navigation3DControls.Hatswitch">
<summary>Constant Hatswitch.</summary>
<unmanaged>DIHATSWITCH_CADF_HATSWITCH</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ObjectGuid">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.ObjectGuid']/*"/>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.XAxisStr">
<summary>Constant XAxisStr.</summary>
<unmanaged>GUID_XAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.YAxisStr">
<summary>Constant YAxisStr.</summary>
<unmanaged>GUID_YAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.ZAxisStr">
<summary>Constant ZAxisStr.</summary>
<unmanaged>GUID_ZAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RxAxisStr">
<summary>Constant RxAxisStr.</summary>
<unmanaged>GUID_RxAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RyAxisStr">
<summary>Constant RyAxisStr.</summary>
<unmanaged>GUID_RyAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RzAxisStr">
<summary>Constant RzAxisStr.</summary>
<unmanaged>GUID_RzAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.ButtonStr">
<summary>Constant ButtonStr.</summary>
<unmanaged>GUID_Button</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.KeyStr">
<summary>Constant KeyStr.</summary>
<unmanaged>GUID_Key</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.SliderStr">
<summary>Constant SliderStr.</summary>
<unmanaged>GUID_Slider</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.PovControllerStr">
<summary>Constant PovControllerStr.</summary>
<unmanaged>GUID_POV</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.UnknownStr">
<summary>Constant UnknownStr.</summary>
<unmanaged>GUID_Unknown</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.XAxis">
<summary>Constant XAxis.</summary>
<unmanaged>GUID_XAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.YAxis">
<summary>Constant YAxis.</summary>
<unmanaged>GUID_YAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.ZAxis">
<summary>Constant ZAxis.</summary>
<unmanaged>GUID_ZAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RxAxis">
<summary>Constant RxAxis.</summary>
<unmanaged>GUID_RxAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RyAxis">
<summary>Constant RyAxis.</summary>
<unmanaged>GUID_RyAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.RzAxis">
<summary>Constant RzAxis.</summary>
<unmanaged>GUID_RzAxis</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.Button">
<summary>Constant Button.</summary>
<unmanaged>GUID_Button</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.Key">
<summary>Constant Key.</summary>
<unmanaged>GUID_Key</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.Slider">
<summary>Constant Slider.</summary>
<unmanaged>GUID_Slider</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.PovController">
<summary>Constant PovController.</summary>
<unmanaged>GUID_POV</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectGuid.Unknown">
<summary>Constant Unknown.</summary>
<unmanaged>GUID_Unknown</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Objects2DControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.Objects2DControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Objects2DGenre">
<summary>Constant Objects2DGenre.</summary>
<unmanaged>DIVIRTUAL_CAD_2DCONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_2DCONTROL_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_2DCONTROL_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Inout">
<summary>Constant Inout.</summary>
<unmanaged>DIAXIS_2DCONTROL_INOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Rotatez">
<summary>Constant Rotatez.</summary>
<unmanaged>DIAXIS_2DCONTROL_ROTATEZ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_2DCONTROL_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_2DCONTROL_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_2DCONTROL_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_2DCONTROL_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_2DCONTROL_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_2DCONTROL_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_2DCONTROL_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_2DCONTROL_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects2DControls.Hatswitch">
<summary>Constant Hatswitch.</summary>
<unmanaged>DIHATSWITCH_2DCONTROL_HATSWITCH</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Objects3DControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.Objects3DControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Objects3DGenre">
<summary>Constant Objects3DGenre.</summary>
<unmanaged>DIVIRTUAL_CAD_3DCONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Rotatez">
<summary>Constant Rotatez.</summary>
<unmanaged>DIAXIS_3DCONTROL_ROTATEZ</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Rotatex">
<summary>Constant Rotatex.</summary>
<unmanaged>DIAXIS_3DCONTROL_ROTATEX</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Rotatey">
<summary>Constant Rotatey.</summary>
<unmanaged>DIAXIS_3DCONTROL_ROTATEY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Inout">
<summary>Constant Inout.</summary>
<unmanaged>DIAXIS_3DCONTROL_INOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_3DCONTROL_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_3DCONTROL_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_3DCONTROL_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_3DCONTROL_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_3DCONTROL_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_3DCONTROL_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_3DCONTROL_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_3DCONTROL_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_3DCONTROL_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_3DCONTROL_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Objects3DControls.Hatswitch">
<summary>Constant Hatswitch.</summary>
<unmanaged>DIHATSWITCH_3DCONTROL_HATSWITCH</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PlatformControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.PlatformControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.PlatformGenre">
<summary>Constant PlatformGenre.</summary>
<unmanaged>DIVIRTUAL_ARCADE_PLATFORM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_ARCADEP_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_ARCADEP_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.ViewLeftLink">
<summary>Constant ViewLeftLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_VIEW_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_ARCADEP_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_ARCADEP_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_ARCADEP_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_ARCADEP_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_ARCADEP_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.ViewUpLink">
<summary>Constant ViewUpLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_VIEW_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.ViewDownLink">
<summary>Constant ViewDownLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_VIEW_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_ARCADEP_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_ARCADEP_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_ARCADEP_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.ViewRightLink">
<summary>Constant ViewRightLink.</summary>
<unmanaged>DIBUTTON_ARCADEP_VIEW_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_ARCADEP_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PlatformControls.View">
<summary>Constant View.</summary>
<unmanaged>DIHATSWITCH_ARCADEP_VIEW</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyGuids">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.PropertyGuids']/*"/>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Appdata">
<summary>Constant Appdata.</summary>
<unmanaged>DIPROP_APPDATA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Productname">
<summary>Constant Productname.</summary>
<unmanaged>DIPROP_PRODUCTNAME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Logicalrange">
<summary>Constant Logicalrange.</summary>
<unmanaged>DIPROP_LOGICALRANGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Buffersize">
<summary>Constant Buffersize.</summary>
<unmanaged>DIPROP_BUFFERSIZE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Range">
<summary>Constant Range.</summary>
<unmanaged>DIPROP_RANGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Calibration">
<summary>Constant Calibration.</summary>
<unmanaged>DIPROP_CALIBRATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Ffgain">
<summary>Constant Ffgain.</summary>
<unmanaged>DIPROP_FFGAIN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Vidpid">
<summary>Constant Vidpid.</summary>
<unmanaged>DIPROP_VIDPID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Joystickid">
<summary>Constant Joystickid.</summary>
<unmanaged>DIPROP_JOYSTICKID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Getportdisplayname">
<summary>Constant Getportdisplayname.</summary>
<unmanaged>DIPROP_GETPORTDISPLAYNAME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Granularity">
<summary>Constant Granularity.</summary>
<unmanaged>DIPROP_GRANULARITY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Ffload">
<summary>Constant Ffload.</summary>
<unmanaged>DIPROP_FFLOAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Cpoints">
<summary>Constant Cpoints.</summary>
<unmanaged>DIPROP_CPOINTS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Username">
<summary>Constant Username.</summary>
<unmanaged>DIPROP_USERNAME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Guidandpath">
<summary>Constant Guidandpath.</summary>
<unmanaged>DIPROP_GUIDANDPATH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Physicalrange">
<summary>Constant Physicalrange.</summary>
<unmanaged>DIPROP_PHYSICALRANGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Keyname">
<summary>Constant Keyname.</summary>
<unmanaged>DIPROP_KEYNAME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Saturation">
<summary>Constant Saturation.</summary>
<unmanaged>DIPROP_SATURATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Instancename">
<summary>Constant Instancename.</summary>
<unmanaged>DIPROP_INSTANCENAME</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Autocenter">
<summary>Constant Autocenter.</summary>
<unmanaged>DIPROP_AUTOCENTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Deadzone">
<summary>Constant Deadzone.</summary>
<unmanaged>DIPROP_DEADZONE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Scancode">
<summary>Constant Scancode.</summary>
<unmanaged>DIPROP_SCANCODE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Axismode">
<summary>Constant Axismode.</summary>
<unmanaged>DIPROP_AXISMODE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Calibrationmode">
<summary>Constant Calibrationmode.</summary>
<unmanaged>DIPROP_CALIBRATIONMODE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuids.Typename">
<summary>Constant Typename.</summary>
<unmanaged>DIPROP_TYPENAME</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RacingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.RacingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.RacingGenre">
<summary>Constant RacingGenre.</summary>
<unmanaged>DIVIRTUAL_DRIVING_RACE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Steer">
<summary>Constant Steer.</summary>
<unmanaged>DIAXIS_DRIVINGR_STEER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Accelerate">
<summary>Constant Accelerate.</summary>
<unmanaged>DIAXIS_DRIVINGR_ACCELERATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.BrakeAxis">
<summary>Constant BrakeAxis.</summary>
<unmanaged>DIAXIS_DRIVINGR_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.AccelerateAndBrake">
<summary>Constant AccelerateAndBrake.</summary>
<unmanaged>DIAXIS_DRIVINGR_ACCEL_AND_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.SteerRightLink">
<summary>Constant SteerRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGR_STEER_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_DRIVINGR_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Shiftdown">
<summary>Constant Shiftdown.</summary>
<unmanaged>DIBUTTON_DRIVINGR_SHIFTDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.AccelerateLink">
<summary>Constant AccelerateLink.</summary>
<unmanaged>DIBUTTON_DRIVINGR_ACCELERATE_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIBUTTON_DRIVINGR_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_DRIVINGR_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_DRIVINGR_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_DRIVINGR_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Shiftup">
<summary>Constant Shiftup.</summary>
<unmanaged>DIBUTTON_DRIVINGR_SHIFTUP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Pit">
<summary>Constant Pit.</summary>
<unmanaged>DIBUTTON_DRIVINGR_PIT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Dashboard">
<summary>Constant Dashboard.</summary>
<unmanaged>DIBUTTON_DRIVINGR_DASHBOARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGR_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGR_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Boost">
<summary>Constant Boost.</summary>
<unmanaged>DIBUTTON_DRIVINGR_BOOST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Map">
<summary>Constant Map.</summary>
<unmanaged>DIBUTTON_DRIVINGR_MAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.SteerLeftLink">
<summary>Constant SteerLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGR_STEER_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Aids">
<summary>Constant Aids.</summary>
<unmanaged>DIBUTTON_DRIVINGR_AIDS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_DRIVINGR_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RacquetControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.RacquetControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.RacquetGenre">
<summary>Constant RacquetGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_RACQUET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_RACQUET_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_RACQUET_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Timeout">
<summary>Constant Timeout.</summary>
<unmanaged>DIBUTTON_RACQUET_TIMEOUT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_RACQUET_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Smash">
<summary>Constant Smash.</summary>
<unmanaged>DIBUTTON_RACQUET_SMASH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_RACQUET_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_RACQUET_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Backswing">
<summary>Constant Backswing.</summary>
<unmanaged>DIBUTTON_RACQUET_BACKSWING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_RACQUET_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_RACQUET_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Swing">
<summary>Constant Swing.</summary>
<unmanaged>DIBUTTON_RACQUET_SWING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_RACQUET_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_RACQUET_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_RACQUET_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_RACQUET_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_RACQUET_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RacquetControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_RACQUET_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RemoteControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.RemoteControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.RacquetGenre">
<summary>Constant RacquetGenre.</summary>
<unmanaged>DIVIRTUAL_REMOTE_CONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Slider2">
<summary>Constant Slider2.</summary>
<unmanaged>DIAXIS_REMOTE_SLIDER2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Slider">
<summary>Constant Slider.</summary>
<unmanaged>DIAXIS_REMOTE_SLIDER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Review">
<summary>Constant Review.</summary>
<unmanaged>DIBUTTON_REMOTE_REVIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit8">
<summary>Constant Digit8.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT8</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Play">
<summary>Constant Play.</summary>
<unmanaged>DIBUTTON_REMOTE_PLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Vcr">
<summary>Constant Vcr.</summary>
<unmanaged>DIBUTTON_REMOTE_VCR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_REMOTE_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Adjust">
<summary>Constant Adjust.</summary>
<unmanaged>DIBUTTON_REMOTE_ADJUST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit9">
<summary>Constant Digit9.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT9</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit6">
<summary>Constant Digit6.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT6</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_REMOTE_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit3">
<summary>Constant Digit3.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT3</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit0">
<summary>Constant Digit0.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT0</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Cable">
<summary>Constant Cable.</summary>
<unmanaged>DIBUTTON_REMOTE_CABLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit4">
<summary>Constant Digit4.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT4</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Record">
<summary>Constant Record.</summary>
<unmanaged>DIBUTTON_REMOTE_RECORD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_REMOTE_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Tuner">
<summary>Constant Tuner.</summary>
<unmanaged>DIBUTTON_REMOTE_TUNER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_REMOTE_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Change">
<summary>Constant Change.</summary>
<unmanaged>DIBUTTON_REMOTE_CHANGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit2">
<summary>Constant Digit2.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit7">
<summary>Constant Digit7.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT7</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit1">
<summary>Constant Digit1.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Dvd">
<summary>Constant Dvd.</summary>
<unmanaged>DIBUTTON_REMOTE_DVD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Cd">
<summary>Constant Cd.</summary>
<unmanaged>DIBUTTON_REMOTE_CD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Cue">
<summary>Constant Cue.</summary>
<unmanaged>DIBUTTON_REMOTE_CUE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Mute">
<summary>Constant Mute.</summary>
<unmanaged>DIBUTTON_REMOTE_MUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Digit5">
<summary>Constant Digit5.</summary>
<unmanaged>DIBUTTON_REMOTE_DIGIT5</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RemoteControls.Tv">
<summary>Constant Tv.</summary>
<unmanaged>DIBUTTON_REMOTE_TV</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ResultCode">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.ResultCode']/*"/>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Ok">
<summary>Constant Ok.</summary>
<unmanaged>DI_OK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotAttached">
<summary>Constant NotAttached.</summary>
<unmanaged>DI_NOTATTACHED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.BufferOverflow">
<summary>Constant BufferOverflow.</summary>
<unmanaged>DI_BUFFEROVERFLOW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.PropertyHadNoEffect">
<summary>Constant PropertyHadNoEffect.</summary>
<unmanaged>DI_PROPNOEFFECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NoEffect">
<summary>Constant NoEffect.</summary>
<unmanaged>DI_NOEFFECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.PolledDevice">
<summary>Constant PolledDevice.</summary>
<unmanaged>DI_POLLEDDEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.DownloadSkipped">
<summary>Constant DownloadSkipped.</summary>
<unmanaged>DI_DOWNLOADSKIPPED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.EffectRestarted">
<summary>Constant EffectRestarted.</summary>
<unmanaged>DI_EFFECTRESTARTED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Truncated">
<summary>Constant Truncated.</summary>
<unmanaged>DI_TRUNCATED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.SettingsNotSaved">
<summary>Constant SettingsNotSaved.</summary>
<unmanaged>DI_SETTINGSNOTSAVED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.TruncatedAndRestarted">
<summary>Constant TruncatedAndRestarted.</summary>
<unmanaged>DI_TRUNCATEDANDRESTARTED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.WriteProtect">
<summary>Constant WriteProtect.</summary>
<unmanaged>DI_WRITEPROTECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.ReadOnly">
<summary>Constant ReadOnly.</summary>
<unmanaged>DIERR_READONLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotFound">
<summary>Constant NotFound.</summary>
<unmanaged>DIERR_NOTFOUND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.MapFileFail">
<summary>Constant MapFileFail.</summary>
<unmanaged>DIERR_MAPFILEFAIL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.AlreadyInitialized">
<summary>Constant AlreadyInitialized.</summary>
<unmanaged>DIERR_ALREADYINITIALIZED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.IncompleteEffect">
<summary>Constant IncompleteEffect.</summary>
<unmanaged>DIERR_INCOMPLETEEFFECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.InvalidParam">
<summary>Constant InvalidParam.</summary>
<unmanaged>DIERR_INVALIDPARAM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.EffectPlaying">
<summary>Constant EffectPlaying.</summary>
<unmanaged>DIERR_EFFECTPLAYING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotInitialized">
<summary>Constant NotInitialized.</summary>
<unmanaged>DIERR_NOTINITIALIZED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotAcquired">
<summary>Constant NotAcquired.</summary>
<unmanaged>DIERR_NOTACQUIRED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.HandleExists">
<summary>Constant HandleExists.</summary>
<unmanaged>DIERR_HANDLEEXISTS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.HasEffects">
<summary>Constant HasEffects.</summary>
<unmanaged>DIERR_HASEFFECTS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.OldDirectInputVersion">
<summary>Constant OldDirectInputVersion.</summary>
<unmanaged>DIERR_OLDDIRECTINPUTVERSION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NoAggregation">
<summary>Constant NoAggregation.</summary>
<unmanaged>DIERR_NOAGGREGATION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.MoreData">
<summary>Constant MoreData.</summary>
<unmanaged>DIERR_MOREDATA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.DeviceFull">
<summary>Constant DeviceFull.</summary>
<unmanaged>DIERR_DEVICEFULL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.ReportFull">
<summary>Constant ReportFull.</summary>
<unmanaged>DIERR_REPORTFULL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotDownloaded">
<summary>Constant NotDownloaded.</summary>
<unmanaged>DIERR_NOTDOWNLOADED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotBuffered">
<summary>Constant NotBuffered.</summary>
<unmanaged>DIERR_NOTBUFFERED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.ObjectNotFound">
<summary>Constant ObjectNotFound.</summary>
<unmanaged>DIERR_OBJECTNOTFOUND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.InsufficientPrivileges">
<summary>Constant InsufficientPrivileges.</summary>
<unmanaged>DIERR_INSUFFICIENTPRIVS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NoInterface">
<summary>Constant NoInterface.</summary>
<unmanaged>DIERR_NOINTERFACE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.OutOfMemory">
<summary>Constant OutOfMemory.</summary>
<unmanaged>DIERR_OUTOFMEMORY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.DeviceNotRegistered">
<summary>Constant DeviceNotRegistered.</summary>
<unmanaged>DIERR_DEVICENOTREG</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Generic">
<summary>Constant Generic.</summary>
<unmanaged>DIERR_GENERIC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.OtherApplicationHasPriority">
<summary>Constant OtherApplicationHasPriority.</summary>
<unmanaged>DIERR_OTHERAPPHASPRIO</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.NotExclusiveAcquired">
<summary>Constant NotExclusiveAcquired.</summary>
<unmanaged>DIERR_NOTEXCLUSIVEACQUIRED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.InputLost">
<summary>Constant InputLost.</summary>
<unmanaged>DIERR_INPUTLOST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.BetaDirectInputVersion">
<summary>Constant BetaDirectInputVersion.</summary>
<unmanaged>DIERR_BETADIRECTINPUTVERSION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.BadDriverVersion">
<summary>Constant BadDriverVersion.</summary>
<unmanaged>DIERR_BADDRIVERVER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Acquired">
<summary>Constant Acquired.</summary>
<unmanaged>DIERR_ACQUIRED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Unplugged">
<summary>Constant Unplugged.</summary>
<unmanaged>DIERR_UNPLUGGED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ResultCode.Unsupported">
<summary>Constant Unsupported.</summary>
<unmanaged>DIERR_UNSUPPORTED</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RolePlayingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.RolePlayingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.RolePlayingGenre">
<summary>Constant RolePlayingGenre.</summary>
<unmanaged>DIVIRTUAL_STRATEGY_ROLEPLAYING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_STRATEGYR_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_STRATEGYR_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_STRATEGYR_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_STRATEGYR_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_STRATEGYR_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_STRATEGYR_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Get">
<summary>Constant Get.</summary>
<unmanaged>DIBUTTON_STRATEGYR_GET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_STRATEGYR_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Map">
<summary>Constant Map.</summary>
<unmanaged>DIBUTTON_STRATEGYR_MAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Cast">
<summary>Constant Cast.</summary>
<unmanaged>DIBUTTON_STRATEGYR_CAST</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_STRATEGYR_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_STRATEGYR_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Attack">
<summary>Constant Attack.</summary>
<unmanaged>DIBUTTON_STRATEGYR_ATTACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Apply">
<summary>Constant Apply.</summary>
<unmanaged>DIBUTTON_STRATEGYR_APPLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_STRATEGYR_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.RotateLeftLink">
<summary>Constant RotateLeftLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_ROTATE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.RotateRightLink">
<summary>Constant RotateRightLink.</summary>
<unmanaged>DIBUTTON_STRATEGYR_ROTATE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RolePlayingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_STRATEGYR_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ShootingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.ShootingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_FPS_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Lookupdown">
<summary>Constant Lookupdown.</summary>
<unmanaged>DIAXIS_FPS_LOOKUPDOWN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Sidestep">
<summary>Constant Sidestep.</summary>
<unmanaged>DIAXIS_FPS_SIDESTEP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_FPS_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_FPS_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Dodge">
<summary>Constant Dodge.</summary>
<unmanaged>DIBUTTON_FPS_DODGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Apply">
<summary>Constant Apply.</summary>
<unmanaged>DIBUTTON_FPS_APPLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_FPS_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_FPS_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_FPS_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Strafe">
<summary>Constant Strafe.</summary>
<unmanaged>DIBUTTON_FPS_STRAFE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.StepRightLink">
<summary>Constant StepRightLink.</summary>
<unmanaged>DIBUTTON_FPS_STEP_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.StepLeftLink">
<summary>Constant StepLeftLink.</summary>
<unmanaged>DIBUTTON_FPS_STEP_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_FPS_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Glancer">
<summary>Constant Glancer.</summary>
<unmanaged>DIBUTTON_FPS_GLANCER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_FPS_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_FPS_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_FPS_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_FPS_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Glancel">
<summary>Constant Glancel.</summary>
<unmanaged>DIBUTTON_FPS_GLANCEL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_FPS_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_FPS_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_FPS_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_FPS_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.RotateRightLink">
<summary>Constant RotateRightLink.</summary>
<unmanaged>DIBUTTON_FPS_ROTATE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.RotateLeftLink">
<summary>Constant RotateLeftLink.</summary>
<unmanaged>DIBUTTON_FPS_ROTATE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.BackwardLink">
<summary>Constant BackwardLink.</summary>
<unmanaged>DIBUTTON_FPS_BACKWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ShootingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_FPS_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.SideToSideControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.SideToSideControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.SideToSideGenre">
<summary>Constant SideToSideGenre.</summary>
<unmanaged>DIVIRTUAL_ARCADE_SIDE2SIDE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_ARCADES_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_ARCADES_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.ViewLeftLink">
<summary>Constant ViewLeftLink.</summary>
<unmanaged>DIBUTTON_ARCADES_VIEW_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_ARCADES_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_ARCADES_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Attack">
<summary>Constant Attack.</summary>
<unmanaged>DIBUTTON_ARCADES_ATTACK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Carry">
<summary>Constant Carry.</summary>
<unmanaged>DIBUTTON_ARCADES_CARRY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.ViewUpLink">
<summary>Constant ViewUpLink.</summary>
<unmanaged>DIBUTTON_ARCADES_VIEW_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_ARCADES_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_ARCADES_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_ARCADES_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.ViewRightLink">
<summary>Constant ViewRightLink.</summary>
<unmanaged>DIBUTTON_ARCADES_VIEW_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_ARCADES_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_ARCADES_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_ARCADES_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_ARCADES_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.ViewDownLink">
<summary>Constant ViewDownLink.</summary>
<unmanaged>DIBUTTON_ARCADES_VIEW_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.Throw">
<summary>Constant Throw.</summary>
<unmanaged>DIBUTTON_ARCADES_THROW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SideToSideControls.View">
<summary>Constant View.</summary>
<unmanaged>DIHATSWITCH_ARCADES_VIEW</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.SkiingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.SkiingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.SkiingGenre">
<summary>Constant SkiingGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_SKIING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Turn">
<summary>Constant Turn.</summary>
<unmanaged>DIAXIS_SKIING_TURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Speed">
<summary>Constant Speed.</summary>
<unmanaged>DIAXIS_SKIING_SPEED</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_SKIING_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_SKIING_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_SKIING_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Special2">
<summary>Constant Special2.</summary>
<unmanaged>DIBUTTON_SKIING_SPECIAL2</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_SKIING_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_SKIING_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Camera">
<summary>Constant Camera.</summary>
<unmanaged>DIBUTTON_SKIING_CAMERA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_SKIING_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_SKIING_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_SKIING_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_SKIING_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_SKIING_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_SKIING_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Crouch">
<summary>Constant Crouch.</summary>
<unmanaged>DIBUTTON_SKIING_CROUCH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SkiingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_SKIING_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.SoccerDefenseControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.SoccerDefenseControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.SoccerDefenseGenre">
<summary>Constant SoccerDefenseGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_SOCCER_DEFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_SOCCERD_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_SOCCERD_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Head">
<summary>Constant Head.</summary>
<unmanaged>DIBUTTON_SOCCERD_HEAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_SOCCERD_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_SOCCERD_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_SOCCERD_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Player">
<summary>Constant Player.</summary>
<unmanaged>DIBUTTON_SOCCERD_PLAYER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Slide">
<summary>Constant Slide.</summary>
<unmanaged>DIBUTTON_SOCCERD_SLIDE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_SOCCERD_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_SOCCERD_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_SOCCERD_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Block">
<summary>Constant Block.</summary>
<unmanaged>DIBUTTON_SOCCERD_BLOCK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Steal">
<summary>Constant Steal.</summary>
<unmanaged>DIBUTTON_SOCCERD_STEAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Clear">
<summary>Constant Clear.</summary>
<unmanaged>DIBUTTON_SOCCERD_CLEAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_SOCCERD_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_SOCCERD_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Goaliecharge">
<summary>Constant Goaliecharge.</summary>
<unmanaged>DIBUTTON_SOCCERD_GOALIECHARGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_SOCCERD_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Foul">
<summary>Constant Foul.</summary>
<unmanaged>DIBUTTON_SOCCERD_FOUL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_SOCCERD_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Special">
<summary>Constant Special.</summary>
<unmanaged>DIBUTTON_SOCCERD_SPECIAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerDefenseControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_SOCCERD_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.SoccerOffenceControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.SoccerOffenceControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.SoccerOffenceGenre">
<summary>Constant SoccerOffenceGenre.</summary>
<unmanaged>DIVIRTUAL_SPORTS_SOCCER_OFFENSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_SOCCERO_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Bend">
<summary>Constant Bend.</summary>
<unmanaged>DIAXIS_SOCCERO_BEND</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_SOCCERO_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_SOCCERO_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Shoothigh">
<summary>Constant Shoothigh.</summary>
<unmanaged>DIBUTTON_SOCCERO_SHOOTHIGH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Shoot">
<summary>Constant Shoot.</summary>
<unmanaged>DIBUTTON_SOCCERO_SHOOT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_SOCCERO_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Fake">
<summary>Constant Fake.</summary>
<unmanaged>DIBUTTON_SOCCERO_FAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_SOCCERO_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_SOCCERO_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Substitute">
<summary>Constant Substitute.</summary>
<unmanaged>DIBUTTON_SOCCERO_SUBSTITUTE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_SOCCERO_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Special1">
<summary>Constant Special1.</summary>
<unmanaged>DIBUTTON_SOCCERO_SPECIAL1</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Control">
<summary>Constant Control.</summary>
<unmanaged>DIBUTTON_SOCCERO_CONTROL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Passthru">
<summary>Constant Passthru.</summary>
<unmanaged>DIBUTTON_SOCCERO_PASSTHRU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Head">
<summary>Constant Head.</summary>
<unmanaged>DIBUTTON_SOCCERO_HEAD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Player">
<summary>Constant Player.</summary>
<unmanaged>DIBUTTON_SOCCERO_PLAYER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Sprint">
<summary>Constant Sprint.</summary>
<unmanaged>DIBUTTON_SOCCERO_SPRINT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_SOCCERO_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Shootlow">
<summary>Constant Shootlow.</summary>
<unmanaged>DIBUTTON_SOCCERO_SHOOTLOW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Pass">
<summary>Constant Pass.</summary>
<unmanaged>DIBUTTON_SOCCERO_PASS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_SOCCERO_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_SOCCERO_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SoccerOffenceControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_SOCCERO_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.SpaceCombatControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.SpaceCombatControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.SpaceCombatGenre">
<summary>Constant SpaceCombatGenre.</summary>
<unmanaged>DIVIRTUAL_SPACESIM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Climb">
<summary>Constant Climb.</summary>
<unmanaged>DIAXIS_SPACESIM_CLIMB</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_SPACESIM_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Throttle">
<summary>Constant Throttle.</summary>
<unmanaged>DIAXIS_SPACESIM_THROTTLE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_SPACESIM_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_SPACESIM_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_SPACESIM_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.TurnLeftLink">
<summary>Constant TurnLeftLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_TURN_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_SPACESIM_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.FasterLink">
<summary>Constant FasterLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_FASTER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_SPACESIM_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Gear">
<summary>Constant Gear.</summary>
<unmanaged>DIBUTTON_SPACESIM_GEAR</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Raise">
<summary>Constant Raise.</summary>
<unmanaged>DIBUTTON_SPACESIM_RAISE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.SlowerLink">
<summary>Constant SlowerLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_SLOWER_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_SPACESIM_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_SPACESIM_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_SPACESIM_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_SPACESIM_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Lower">
<summary>Constant Lower.</summary>
<unmanaged>DIBUTTON_SPACESIM_LOWER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_SPACESIM_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.BackwardLink">
<summary>Constant BackwardLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_BACKWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.TurnRightLink">
<summary>Constant TurnRightLink.</summary>
<unmanaged>DIBUTTON_SPACESIM_TURN_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_SPACESIM_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.SpaceCombatControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_SPACESIM_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.TankDrivingControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.TankDrivingControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.TankDrivingGenre">
<summary>Constant TankDrivingGenre.</summary>
<unmanaged>DIVIRTUAL_DRIVING_TANK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.BrakeAxis">
<summary>Constant BrakeAxis.</summary>
<unmanaged>DIAXIS_DRIVINGT_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.AccelerateAndBrake">
<summary>Constant AccelerateAndBrake.</summary>
<unmanaged>DIAXIS_DRIVINGT_ACCEL_AND_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Rotate">
<summary>Constant Rotate.</summary>
<unmanaged>DIAXIS_DRIVINGT_ROTATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Barrel">
<summary>Constant Barrel.</summary>
<unmanaged>DIAXIS_DRIVINGT_BARREL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Steer">
<summary>Constant Steer.</summary>
<unmanaged>DIAXIS_DRIVINGT_STEER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Accelerate">
<summary>Constant Accelerate.</summary>
<unmanaged>DIAXIS_DRIVINGT_ACCELERATE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.BarrelDownLink">
<summary>Constant BarrelDownLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_BARREL_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.RotateLeftLink">
<summary>Constant RotateLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_ROTATE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Fire">
<summary>Constant Fire.</summary>
<unmanaged>DIBUTTON_DRIVINGT_FIRE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_DRIVINGT_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Dashboard">
<summary>Constant Dashboard.</summary>
<unmanaged>DIBUTTON_DRIVINGT_DASHBOARD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_DRIVINGT_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.AccelerateLink">
<summary>Constant AccelerateLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_ACCELERATE_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_DRIVINGT_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_DRIVINGT_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.SteerLeftLink">
<summary>Constant SteerLeftLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_STEER_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Firesecondary">
<summary>Constant Firesecondary.</summary>
<unmanaged>DIBUTTON_DRIVINGT_FIRESECONDARY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.RotateRightLink">
<summary>Constant RotateRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_ROTATE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Target">
<summary>Constant Target.</summary>
<unmanaged>DIBUTTON_DRIVINGT_TARGET</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.BarrelUpLink">
<summary>Constant BarrelUpLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_BARREL_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Weapons">
<summary>Constant Weapons.</summary>
<unmanaged>DIBUTTON_DRIVINGT_WEAPONS</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Brake">
<summary>Constant Brake.</summary>
<unmanaged>DIBUTTON_DRIVINGT_BRAKE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.SteerRightLink">
<summary>Constant SteerRightLink.</summary>
<unmanaged>DIBUTTON_DRIVINGT_STEER_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TankDrivingControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_DRIVINGT_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ThirdPersonControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.ThirdPersonControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.TankDrivingGenre">
<summary>Constant TankDrivingGenre.</summary>
<unmanaged>DIVIRTUAL_FIGHTING_THIRDPERSON</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_TPS_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Turn">
<summary>Constant Turn.</summary>
<unmanaged>DIAXIS_TPS_TURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Step">
<summary>Constant Step.</summary>
<unmanaged>DIAXIS_TPS_STEP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.GlanceDownLink">
<summary>Constant GlanceDownLink.</summary>
<unmanaged>DIBUTTON_TPS_GLANCE_DOWN_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_TPS_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Run">
<summary>Constant Run.</summary>
<unmanaged>DIBUTTON_TPS_RUN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Jump">
<summary>Constant Jump.</summary>
<unmanaged>DIBUTTON_TPS_JUMP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.BackwardLink">
<summary>Constant BackwardLink.</summary>
<unmanaged>DIBUTTON_TPS_BACKWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.TurnLeftLink">
<summary>Constant TurnLeftLink.</summary>
<unmanaged>DIBUTTON_TPS_TURN_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Dodge">
<summary>Constant Dodge.</summary>
<unmanaged>DIBUTTON_TPS_DODGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Action">
<summary>Constant Action.</summary>
<unmanaged>DIBUTTON_TPS_ACTION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.GlanceUpLink">
<summary>Constant GlanceUpLink.</summary>
<unmanaged>DIBUTTON_TPS_GLANCE_UP_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.TurnRightLink">
<summary>Constant TurnRightLink.</summary>
<unmanaged>DIBUTTON_TPS_TURN_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Stepright">
<summary>Constant Stepright.</summary>
<unmanaged>DIBUTTON_TPS_STEPRIGHT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_TPS_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Inventory">
<summary>Constant Inventory.</summary>
<unmanaged>DIBUTTON_TPS_INVENTORY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_TPS_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.GlanceRightLink">
<summary>Constant GlanceRightLink.</summary>
<unmanaged>DIBUTTON_TPS_GLANCE_RIGHT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_TPS_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Stepleft">
<summary>Constant Stepleft.</summary>
<unmanaged>DIBUTTON_TPS_STEPLEFT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.View">
<summary>Constant View.</summary>
<unmanaged>DIBUTTON_TPS_VIEW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_TPS_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Use">
<summary>Constant Use.</summary>
<unmanaged>DIBUTTON_TPS_USE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.GlanceLeftLink">
<summary>Constant GlanceLeftLink.</summary>
<unmanaged>DIBUTTON_TPS_GLANCE_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ThirdPersonControls.Glance">
<summary>Constant Glance.</summary>
<unmanaged>DIHATSWITCH_TPS_GLANCE</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.TurnBasedControls">
<summary>
Functions
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.DirectInput.TurnBasedControls']/*"/>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.TankDrivingGenre">
<summary>Constant TankDrivingGenre.</summary>
<unmanaged>DIVIRTUAL_STRATEGY_TURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Move">
<summary>Constant Move.</summary>
<unmanaged>DIAXIS_STRATEGYT_MOVE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Lateral">
<summary>Constant Lateral.</summary>
<unmanaged>DIAXIS_STRATEGYT_LATERAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.BackLink">
<summary>Constant BackLink.</summary>
<unmanaged>DIBUTTON_STRATEGYT_BACK_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Zoom">
<summary>Constant Zoom.</summary>
<unmanaged>DIBUTTON_STRATEGYT_ZOOM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Menu">
<summary>Constant Menu.</summary>
<unmanaged>DIBUTTON_STRATEGYT_MENU</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Select">
<summary>Constant Select.</summary>
<unmanaged>DIBUTTON_STRATEGYT_SELECT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Device">
<summary>Constant Device.</summary>
<unmanaged>DIBUTTON_STRATEGYT_DEVICE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Apply">
<summary>Constant Apply.</summary>
<unmanaged>DIBUTTON_STRATEGYT_APPLY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.LeftLink">
<summary>Constant LeftLink.</summary>
<unmanaged>DIBUTTON_STRATEGYT_LEFT_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Turn">
<summary>Constant Turn.</summary>
<unmanaged>DIBUTTON_STRATEGYT_TURN</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Pause">
<summary>Constant Pause.</summary>
<unmanaged>DIBUTTON_STRATEGYT_PAUSE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.ForwardLink">
<summary>Constant ForwardLink.</summary>
<unmanaged>DIBUTTON_STRATEGYT_FORWARD_LINK</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Map">
<summary>Constant Map.</summary>
<unmanaged>DIBUTTON_STRATEGYT_MAP</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Team">
<summary>Constant Team.</summary>
<unmanaged>DIBUTTON_STRATEGYT_TEAM</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Display">
<summary>Constant Display.</summary>
<unmanaged>DIBUTTON_STRATEGYT_DISPLAY</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.Instruct">
<summary>Constant Instruct.</summary>
<unmanaged>DIBUTTON_STRATEGYT_INSTRUCT</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.TurnBasedControls.RightLink">
<summary>Constant RightLink.</summary>
<unmanaged>DIBUTTON_STRATEGYT_RIGHT_LINK</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.IDataFormatProvider.Flags">
<summary>
Gets or sets the dataformat flags.
</summary>
<value>The flags.</value>
</member>
<member name="P:SharpDX.DirectInput.IDataFormatProvider.ObjectsFormat">
<summary>
Gets the defined dataformat objects.
</summary>
<value>The objects.</value>
</member>
<member name="T:SharpDX.DirectInput.JoystickOffset">
<summary>
Enumeration of identifiers for Joystick updatable objects.
</summary>
</member>
<member name="T:SharpDX.DirectInput.MouseState">
<summary>
No documentation.
</summary>
<unmanaged>DIMOUSESTATE2</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.JoystickState">
<summary>
No documentation.
</summary>
<unmanaged>DIJOYSTATE2</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.X">
<summary>
No documentation.
</summary>
<unmanaged>int lX</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.Y">
<summary>
No documentation.
</summary>
<unmanaged>int lY</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.Z">
<summary>
No documentation.
</summary>
<unmanaged>int lZ</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.RotationX">
<summary>
No documentation.
</summary>
<unmanaged>int lRx</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.RotationY">
<summary>
No documentation.
</summary>
<unmanaged>int lRy</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.RotationZ">
<summary>
No documentation.
</summary>
<unmanaged>int lRz</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.Sliders">
<summary>
No documentation.
</summary>
<unmanaged>int rglSlider[2]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.PointOfViewControllers">
<summary>
No documentation.
</summary>
<unmanaged>unsigned int rgdwPOV[4]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.Buttons">
<summary>
No documentation.
</summary>
<unmanaged>unsigned char rgbButtons[128]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.VelocityX">
<summary>
No documentation.
</summary>
<unmanaged>int lVX</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.VelocityY">
<summary>
No documentation.
</summary>
<unmanaged>int lVY</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.VelocityZ">
<summary>
No documentation.
</summary>
<unmanaged>int lVZ</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularVelocityX">
<summary>
No documentation.
</summary>
<unmanaged>int lVRx</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularVelocityY">
<summary>
No documentation.
</summary>
<unmanaged>int lVRy</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularVelocityZ">
<summary>
No documentation.
</summary>
<unmanaged>int lVRz</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.VelocitySliders">
<summary>
No documentation.
</summary>
<unmanaged>int rglVSlider[2]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AccelerationX">
<summary>
No documentation.
</summary>
<unmanaged>int lAX</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AccelerationY">
<summary>
No documentation.
</summary>
<unmanaged>int lAY</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AccelerationZ">
<summary>
No documentation.
</summary>
<unmanaged>int lAZ</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularAccelerationX">
<summary>
No documentation.
</summary>
<unmanaged>int lARx</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularAccelerationY">
<summary>
No documentation.
</summary>
<unmanaged>int lARy</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AngularAccelerationZ">
<summary>
No documentation.
</summary>
<unmanaged>int lARz</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.AccelerationSliders">
<summary>
No documentation.
</summary>
<unmanaged>int rglASlider[2]</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.ForceX">
<summary>
No documentation.
</summary>
<unmanaged>int lFX</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.ForceY">
<summary>
No documentation.
</summary>
<unmanaged>int lFY</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.ForceZ">
<summary>
No documentation.
</summary>
<unmanaged>int lFZ</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.TorqueX">
<summary>
No documentation.
</summary>
<unmanaged>int lFRx</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.TorqueY">
<summary>
No documentation.
</summary>
<unmanaged>int lFRy</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.TorqueZ">
<summary>
No documentation.
</summary>
<unmanaged>int lFRz</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.JoystickState.ForceSliders">
<summary>
No documentation.
</summary>
<unmanaged>int rglFSlider[2]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Action">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW']/*"/>
<unmanaged>DIACTIONW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.AppData">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::uAppData']/*"/>
<unmanaged>UINT_PTR uAppData</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.Semantic">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::dwSemantic']/*"/>
<unmanaged>unsigned int dwSemantic</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.Flags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::dwFlags']/*"/>
<unmanaged>unsigned int dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.ActionName">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::lptszActionName']/*"/>
<unmanaged>const void* lptszActionName</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.GuidInstance">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::guidInstance']/*"/>
<unmanaged>GUID guidInstance</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.ObjID">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::dwObjID']/*"/>
<unmanaged>unsigned int dwObjID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Action.How">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONW::dwHow']/*"/>
<unmanaged>unsigned int dwHow</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ActionFormat">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW']/*"/>
<unmanaged>DIACTIONFORMATW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.ActionSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwActionSize']/*"/>
<unmanaged>unsigned int dwActionSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.DataSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwDataSize']/*"/>
<unmanaged>unsigned int dwDataSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.NumActions">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwNumActions']/*"/>
<unmanaged>unsigned int dwNumActions</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.RgoAction">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::rgoAction']/*"/>
<unmanaged>DIACTIONW* rgoAction</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.GuidActionMap">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::guidActionMap']/*"/>
<unmanaged>GUID guidActionMap</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.Genre">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwGenre']/*"/>
<unmanaged>unsigned int dwGenre</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.BufferSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwBufferSize']/*"/>
<unmanaged>unsigned int dwBufferSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.AxisMin">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::lAxisMin']/*"/>
<unmanaged>int lAxisMin</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.AxisMax">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::lAxisMax']/*"/>
<unmanaged>int lAxisMax</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.HInstString">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::hInstString']/*"/>
<unmanaged>HINSTANCE hInstString</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.FtTimeStamp">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::ftTimeStamp']/*"/>
<unmanaged>FILETIME ftTimeStamp</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.CRC">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::dwCRC']/*"/>
<unmanaged>unsigned int dwCRC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ActionFormat.ActionMap">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIACTIONFORMATW::tszActionMap']/*"/>
<unmanaged>wchar_t tszActionMap[260]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.Condition">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION']/*"/>
<unmanaged>DICONDITION</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.Offset">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::lOffset']/*"/>
<unmanaged>int lOffset</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.PositiveCoefficient">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::lPositiveCoefficient']/*"/>
<unmanaged>int lPositiveCoefficient</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.NegativeCoefficient">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::lNegativeCoefficient']/*"/>
<unmanaged>int lNegativeCoefficient</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.PositiveSaturation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::dwPositiveSaturation']/*"/>
<unmanaged>unsigned int dwPositiveSaturation</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.NegativeSaturation">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::dwNegativeSaturation']/*"/>
<unmanaged>unsigned int dwNegativeSaturation</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.Condition.DeadBand">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONDITION::lDeadBand']/*"/>
<unmanaged>int lDeadBand</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.DeviceImage">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW']/*"/>
<unmanaged>DIDEVICEIMAGEINFOW</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.ImagePath">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::tszImagePath']/*"/>
<unmanaged>wchar_t tszImagePath[260]</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.Flags">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::dwFlags']/*"/>
<unmanaged>unsigned int dwFlags</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.ViewID">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::dwViewID']/*"/>
<unmanaged>unsigned int dwViewID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.RcOverlay">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::rcOverlay']/*"/>
<unmanaged>RECT rcOverlay</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.ObjID">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::dwObjID']/*"/>
<unmanaged>unsigned int dwObjID</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.ValidPts">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::dwcValidPts']/*"/>
<unmanaged>unsigned int dwcValidPts</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.RcCalloutRect">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::rcCalloutRect']/*"/>
<unmanaged>RECT rcCalloutRect</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.DeviceImage.TextAlign">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::dwTextAlign']/*"/>
<unmanaged>unsigned int dwTextAlign</unmanaged>
</member>
<member name="P:SharpDX.DirectInput.DeviceImage.RgptCalloutLine">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEIMAGEINFOW::rgptCalloutLine']/*"/>
<unmanaged>POINT rgptCalloutLine[5]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.EffectEscape">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE']/*"/>
<unmanaged>DIEFFESCAPE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.Command">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::dwCommand']/*"/>
<unmanaged>unsigned int dwCommand</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.InBufferPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::lpvInBuffer']/*"/>
<unmanaged>void* lpvInBuffer</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.InBufferSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::cbInBuffer']/*"/>
<unmanaged>unsigned int cbInBuffer</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.OutBufferPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::lpvOutBuffer']/*"/>
<unmanaged>void* lpvOutBuffer</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.EffectEscape.OutBufferSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIEFFESCAPE::cbOutBuffer']/*"/>
<unmanaged>unsigned int cbOutBuffer</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.ObjectData">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA']/*"/>
<unmanaged>DIDEVICEOBJECTDATA</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectData.Offset">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA::dwOfs']/*"/>
<unmanaged>unsigned int dwOfs</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectData.Data">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA::dwData']/*"/>
<unmanaged>unsigned int dwData</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectData.TimeStamp">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA::dwTimeStamp']/*"/>
<unmanaged>unsigned int dwTimeStamp</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectData.Sequence">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA::dwSequence']/*"/>
<unmanaged>unsigned int dwSequence</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.ObjectData.AppDataPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIDEVICEOBJECTDATA::uAppData']/*"/>
<unmanaged>UINT_PTR uAppData</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyCalibration">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPCAL']/*"/>
<unmanaged>DIPROPCAL</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyCalibration.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPCAL::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyCalibration.Min">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPCAL::lMin']/*"/>
<unmanaged>int lMin</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyCalibration.Center">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPCAL::lCenter']/*"/>
<unmanaged>int lCenter</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyCalibration.Max">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPCAL::lMax']/*"/>
<unmanaged>int lMax</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyGuidAndPath">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPGUIDANDPATH']/*"/>
<unmanaged>DIPROPGUIDANDPATH</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuidAndPath.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPGUIDANDPATH::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuidAndPath.GuidClass">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPGUIDANDPATH::guidClass']/*"/>
<unmanaged>GUID guidClass</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyGuidAndPath.Path">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPGUIDANDPATH::wszPath']/*"/>
<unmanaged>wchar_t wszPath[260]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyHeader">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPHEADER']/*"/>
<unmanaged>DIPROPHEADER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHeader.Size">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPHEADER::dwSize']/*"/>
<unmanaged>unsigned int dwSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHeader.HeaderSize">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPHEADER::dwHeaderSize']/*"/>
<unmanaged>unsigned int dwHeaderSize</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHeader.Obj">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPHEADER::dwObj']/*"/>
<unmanaged>unsigned int dwObj</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyHeader.Type">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPHEADER::dwHow']/*"/>
<unmanaged>DIPH dwHow</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyInt">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPDWORD']/*"/>
<unmanaged>DIPROPDWORD</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyInt.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPDWORD::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyInt.Data">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPDWORD::dwData']/*"/>
<unmanaged>unsigned int dwData</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPPOINTER']/*"/>
<unmanaged>DIPROPPOINTER</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyPointer.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPPOINTER::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyPointer.Data">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPPOINTER::uData']/*"/>
<unmanaged>UINT_PTR uData</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyRange">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPRANGE']/*"/>
<unmanaged>DIPROPRANGE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyRange.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPRANGE::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyRange.Min">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPRANGE::lMin']/*"/>
<unmanaged>int lMin</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyRange.Max">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPRANGE::lMax']/*"/>
<unmanaged>int lMax</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.PropertyString">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPSTRING']/*"/>
<unmanaged>DIPROPSTRING</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyString.Header">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPSTRING::diph']/*"/>
<unmanaged>DIPROPHEADER diph</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.PropertyString.Text">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPROPSTRING::wsz']/*"/>
<unmanaged>wchar_t wsz[260]</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RawConstantForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONSTANTFORCE']/*"/>
<unmanaged>DICONSTANTFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawConstantForce.Magnitude">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICONSTANTFORCE::lMagnitude']/*"/>
<unmanaged>int lMagnitude</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RawCustomForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICUSTOMFORCE']/*"/>
<unmanaged>DICUSTOMFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawCustomForce.Channels">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICUSTOMFORCE::cChannels']/*"/>
<unmanaged>unsigned int cChannels</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawCustomForce.SamplePeriod">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICUSTOMFORCE::dwSamplePeriod']/*"/>
<unmanaged>unsigned int dwSamplePeriod</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawCustomForce.Samples">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICUSTOMFORCE::cSamples']/*"/>
<unmanaged>unsigned int cSamples</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawCustomForce.ForceDataPointer">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DICUSTOMFORCE::rglForceData']/*"/>
<unmanaged>int* rglForceData</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RawPeriodicForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPERIODIC']/*"/>
<unmanaged>DIPERIODIC</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawPeriodicForce.Magnitude">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPERIODIC::dwMagnitude']/*"/>
<unmanaged>unsigned int dwMagnitude</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawPeriodicForce.Offset">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPERIODIC::lOffset']/*"/>
<unmanaged>int lOffset</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawPeriodicForce.Phase">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPERIODIC::dwPhase']/*"/>
<unmanaged>unsigned int dwPhase</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawPeriodicForce.Period">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIPERIODIC::dwPeriod']/*"/>
<unmanaged>unsigned int dwPeriod</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.RawRampForce">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIRAMPFORCE']/*"/>
<unmanaged>DIRAMPFORCE</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawRampForce.Start">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIRAMPFORCE::lStart']/*"/>
<unmanaged>int lStart</unmanaged>
</member>
<member name="F:SharpDX.DirectInput.RawRampForce.End">
<summary>
No documentation.
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DIRAMPFORCE::lEnd']/*"/>
<unmanaged>int lEnd</unmanaged>
</member>
<member name="T:SharpDX.DirectInput.InputRange">
<summary>
Structure that describes a range value between a minimum and a maximum
</summary>
</member>
<member name="F:SharpDX.DirectInput.InputRange.Minimum">
<summary>
Minimum value of this range
</summary>
</member>
<member name="F:SharpDX.DirectInput.InputRange.Maximum">
<summary>
Maximum value of this range
</summary>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.Name">
<summary>
Name of this DataObjectFormat. Default is using field name.
</summary>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.Guid">
<summary>
Gets or sets Guid for the axis, button, or other input source. When requesting a data format, making this member empty indicates that any type of object is permissible.
</summary>
<value>The GUID.</value>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.Offset">
<summary>
Gets or sets the field offset. This is used internally.
</summary>
<value>The offset.</value>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.TypeFlags">
<summary>
Gets or sets the device type that describes the object.
</summary>
<value>The type.</value>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.InstanceNumber">
<summary>
Gets or sets the instance number. Setting -1 is applied to any object instance.
</summary>
<value>The instance number.</value>
</member>
<member name="P:SharpDX.DirectInput.DataObjectFormat.Flags">
<summary>
Gets or sets the extra flags used to describe the data format.
</summary>
<value>The flags.</value>
</member>
<member name="T:SharpDX.DirectInput.ObjectDataFormatFlags">
<summary>
Flags for a dataformat.
</summary>
</member>
<member name="F:SharpDX.DirectInput.ObjectDataFormatFlags.None">
<summary>
The dataformat doesn't report any specific information.
</summary>
</member>
<member name="F:SharpDX.DirectInput.ObjectDataFormatFlags.Acceleration">
<summary>
The dataformat must report acceleration information.
</summary>
</member>
<member name="F:SharpDX.DirectInput.ObjectDataFormatFlags.Force">
<summary>
The dataformat must report force information.
</summary>
</member>
<member name="F:SharpDX.DirectInput.ObjectDataFormatFlags.Position">
<summary>
The dataformat must report position information.
</summary>
</member>
<member name="F:SharpDX.DirectInput.ObjectDataFormatFlags.Velocity">
<summary>
The dataformat must report velocity information.
</summary>
</member>
<member name="T:SharpDX.DirectInput.ObjectProperties">
<summary>
Properties associated to an Object.
</summary>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.DeadZone">
<summary>
Gets or sets the dead zone of a joystick, in the range from 0 through 10,000, where 0 indicates that there is no dead zone, 5,000 indicates that the dead zone extends over 50 percent of the physical range of the axis on both sides of center, and 10,000 indicates that the entire physical range of the axis is dead. When the axis is within the dead zone, it is reported as being at the center of its range.
</summary>
<value>The dead zone.</value>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.Granularity">
<summary>
Gets the input granularity. Granularity represents the smallest distance over which the object reports movement. Most axis objects have a granularity of one; that is, all values are possible. Some axes have a larger granularity. For example, the wheel axis on a mouse can have a granularity of 20; that is, all reported changes in position are multiples of 20. In other words, when the user turns the wheel slowly, the device reports a position of 0, then 20, then 40, and so on. This is a read-only property.
</summary>
<value>The granularity.</value>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.LogicalRange">
<summary>
Gets the range of the raw data returned for axes on a human interface device. Devices can return negative values.
</summary>
<value>The logical range.</value>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.PhysicalRange">
<summary>
Gets Retrieves the range of data for axes as suggested by the manufacturer of a human interface device. Values can be negative. Normally DirectInput returns values from 0 through 0xFFFF, but the range can be made to conform to the manufacturer's suggested range by using <see cref="P:SharpDX.DirectInput.ObjectProperties.Range"/>.
</summary>
<value>The physical range.</value>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.Range">
<summary>
Gets the range of values an object can possibly report. For some devices, this is a read-only property.
</summary>
<value>The range.</value>
</member>
<member name="P:SharpDX.DirectInput.ObjectProperties.Saturation">
<summary>
Gets or sets the saturation zones of a joystick, in the range from 0 through 10,000. The saturation level is the point at which the axis is considered to be at its most extreme position. For example, if the saturation level is set to 9,500, the axis reaches the extreme of its range when it has moved 95 percent of the physical distance from its center position (or from the dead zone).
</summary>
<value>The saturation.</value>
</member>
<member name="T:SharpDX.DirectInput.PeriodicForce">
<summary>
This class describes a Periodic force effect.
It is passed in the <see cref="P:SharpDX.DirectInput.EffectParameters.Parameters"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure.
</summary>
</member>
<member name="M:SharpDX.DirectInput.PeriodicForce.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.PeriodicForce.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="P:SharpDX.DirectInput.PeriodicForce.Magnitude">
<summary>
Gets or sets the magnitude.
Magnitude of the effect, in the range from 0 through 10,000. If an envelope is applied to this effect, the value represents the magnitude of the sustain. If no envelope is applied, the value represents the amplitude of the entire effect.
</summary>
<value>The magnitude.</value>
</member>
<member name="P:SharpDX.DirectInput.PeriodicForce.Offset">
<summary>
Gets or sets the offset of the effect.
The range of forces generated by the effect is lOffset minus dwMagnitude to lOffset plus dwMagnitude. The value of the lOffset member is also the baseline for any envelope that is applied to the effect.
</summary>
<value>The offset.</value>
</member>
<member name="P:SharpDX.DirectInput.PeriodicForce.Phase">
<summary>
Gets or sets the phase.
Position in the cycle of the periodic effect at which playback begins, in the range from 0 through 35,999. A device driver cannot provide support for all values in the dwPhase member. In this case, the value is rounded off to the nearest supported value.
</summary>
<value>The phase.</value>
</member>
<member name="P:SharpDX.DirectInput.PeriodicForce.Period">
<summary>
Gets or sets the period of the effect, in microseconds.
</summary>
<value>The period.</value>
</member>
<member name="P:SharpDX.DirectInput.PeriodicForce.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
<member name="T:SharpDX.DirectInput.RampForce">
<summary>
This class describes a Ramp force effect.
It is passed in the <see cref="P:SharpDX.DirectInput.EffectParameters.Parameters"/> of the <see cref="T:SharpDX.DirectInput.EffectParameters"/> structure.
</summary>
</member>
<member name="M:SharpDX.DirectInput.RampForce.MarshalFrom(System.Int32,System.IntPtr)">
<summary>
Marshal this class from an unamanaged buffer.
</summary>
<param name="bufferSize">The size of the unmanaged buffer.</param>
<param name="bufferPointer">The pointer to the unmanaged buffer.</param>
<returns>An instance of TypeSpecificParameters or null</returns>
</member>
<member name="M:SharpDX.DirectInput.RampForce.MarshalTo">
<summary>
Marshals this class to its native/unmanaged counterpart.
</summary>
<returns>A pointer to an allocated buffer containing the unmanaged structure.</returns>
</member>
<member name="P:SharpDX.DirectInput.RampForce.Start">
<summary>
Gets or sets the magnitude at the start of the effect, in the range from - 10,000 through 10,000.
</summary>
<value>The start.</value>
</member>
<member name="P:SharpDX.DirectInput.RampForce.End">
<summary>
Gets or sets the magnitude at the end of the effect, in the range from - 10,000 through 10,000.
</summary>
<value>The end.</value>
</member>
<member name="P:SharpDX.DirectInput.RampForce.Size">
<summary>
Gets the size of this specific parameter.
</summary>
<value>The size.</value>
</member>
</members>
</doc>