Microsoft DirectX 9.0 SDK Update (October 2004)

ActionFormat.AxisMin Property

Language:

Note: This documentation is preliminary and is subject to change.

Minimum value for the range of scaled data to be returned for all axes. This value is ignored for a specific action axis if the DIA_NORANGE flag is set in Diaction.dwFlags. This value is valid only for axis actions and should be set to zero for all other actions. It is used as the Diproprange.lMin value to set the range property on an absolute axis when the action map is applied using Inputdevice9Setactionmap.

Definition

Visual Basic .NET Public Property AxisMin As Integer
C# public int AxisMin { get; set; }
Managed C++ public: __property int get_AxisMin();
public: __property void set_AxisMin(int);
JScript .NET public function get AxisMin() : int
public function set AxisMin(int);

Property Value

System.Int32 .

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center