PosKeyboardBase.KeyUp(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.