ActionFormat.AxisMin Property |
Language: |
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.
Visual Basic Public Property AxisMin As Integer C# public int AxisMin { get; set; } C++ public:
property int AxisMin {
int get();
void set(int value);
}JScript public function get AxisMin() : int
public function set AxisMin(int);
This property is read/write.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center