Share via


BufferedData.Sequence Property (Microsoft.DirectX.DirectInput)

Microsoft® DirectInput® sequence number for this event. All input events are assigned an increasing sequence number. This enables events from different devices to be sorted chronologically.

Definition

Visual Basic Public ReadOnly Property Sequence As Integer
C# public int Sequence { get; }
C++ public:
property int Sequence {
        int get();
}
JScript public function get Sequence() : int

Property Value

System.Int32

This property is read-only.