Search
VirtualKeyEvent Constructor
See Also
 






Initializes a new instance of the VirtualKeyEvent class.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public VirtualKeyEvent (
    Object source,
    Key key
)

 Parameters

source

The keyboard component on which the Event occurred.

key

An instance of Key -derived class.

 See Also