Search
KanaKey Constructor (Character, Character)
See Also
 






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

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

 Syntax

Java  Copy Code

public KanaKey (
    Character character,
    Character smallLetter
)

 Parameters

character

The character to send when this key is pressed.

smallLetter

The small-letter kana.

 See Also