Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedData.Data Property

Language:

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

Data obtained from or sent to the device. For axis input, if the device is in relative axis mode, the relative axis motion is reported. If the device is in absolute axis mode, the absolute axis coordinate is reported.For button input, only the low byte of DwData is significant. The high bit of the low byte is set if the button was pressed; it is clear if the button was released.

Definition

Visual Basic .NET Public ReadOnly Property Data As Integer
C# public int Data { get; }
Managed C++ public: __property int get_Data();
JScript .NET public function get Data() : int

Property Value

System.Int32 .

This property is read-only. 

© 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