BufferedData.Data Property (Microsoft.DirectX.DirectInput)

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 Public ReadOnly Property Data As Integer
C# public int Data { get; }
C++ public:
property int Data {
        int get();
}
JScript public function get Data() : int

Property Value

System.Int32

This property is read-only.