|  | This document is archived and information here might be outdated. Recommended version. | 
Processes keyboard input.
[Visual Basic .NET]
Public Sub ProcessKeyDown ( _
    ByVal keyState As Integer, _
    ByVal shift As Integer _
)
[C#]
public void ProcessKeyDown (
    int keyState,
    int shift
);