DX9ToolsR4 - Created by: X

KBEvents.Update Method 

Updates the state of the CurrentState property.

[Visual Basic]
Public Sub Update( _
   ByVal State As KeyboardState _
)
[C#]
public void Update(
   KeyboardState State
);

Parameters

State
The state to asign to the CurrentState property.

See Also

KBEvents Class | CBX.Libs.DX9ToolsR4 Namespace