Search
HangulKey Constructor (Character, Character)
See Also
 






Initializes a new instance of the HangulKey class with specified character code.

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

 Syntax

Java  Copy Code

public HangulKey (
    Character mainHangulSymbol,
    Character shiftedHangulSymbol
)

 Parameters

mainHangulSymbol

The character to send when this key is pressed.

shiftedHangulSymbol

The character to send in shift mode.

 See Also