Share via


PosKeyboardBase.KeyUp(Int32) Method

Definition

If true, the keyboard device is able to generate both key-down and key-up input data, based on the value of the EventTypes property.

protected void KeyUp (int keyData);
member this.KeyUp : int -> unit
Protected Sub KeyUp (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