Share via


PosKeyboardBase.KeyDown(Int32) Method

Definition

Holds the type of the last keyboard event.

protected void KeyDown (int keyData);
member this.KeyDown : int -> unit
Protected Sub KeyDown (keyData As Integer)

Parameters

keyData
Int32

The keyData parameter contains the value of the key pressed, defined as a logical key code in the upper 16 bits and a scan code in the lower 16 bits, where the values need not match a standard PC keyboard’s values.

Applies to