DX9ToolsR4 - Created by: X

KBEvents.OldState Property

Represents the previous state of the keyboard keys.

[Visual Basic]
Overloads Public Default ReadOnly Property OldState( _
   ByVal Key As Key _
) As Boolean
[C#]
public bool this[
   Microsoft.DirectX.DirectInput.Key Key
] {get;}

Parameters

Key
A DirectInput.Key type representing a key on the keyboard.

See Also

KBEvents Class | CBX.Libs.DX9ToolsR4 Namespace | KBEvents.OldState Overload List