Search
UnicodeKey Constructor (Character)
See Also
 






Initializes a new instance of the UnicodeKey class with specified virtual key code.

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

 Syntax

Java  Copy Code

public UnicodeKey (
    Character character
)

 Parameters

character

The character to send when this key is pressed.

 See Also