BUTTON - the button typeMODIFIER - the modifier typepublic interface CharBindingMap<BUTTON extends Button,MODIFIER extends Modifier>
CharBindingMap
communicate what modifiers and primary key are required to generate
a given symbol.| Modifier and Type | Method and Description |
|---|---|
BUTTON |
getCharKey(char c)
Returns the code of the primary key used to type a symbol.
|
MODIFIER[] |
getCharModifiers(char c)
Returns the modifiers that should be pressed to type a symbol.
|
BUTTON getCharKey(char c)
c - Character.MODIFIER[] getCharModifiers(char c)
c - Character.Copyright © 2018. All rights reserved.