[]
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
public virtual bool IsInputKey(Keys keyData)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | Key that was pressed and needs to be checked. |
| Type | Description |
|---|---|
| bool | true if the specified key is a regular input key; otherwise, false. |