Package io.flutter.embedding.android
Class KeyboardManager.CharacterCombiner
- java.lang.Object
-
- io.flutter.embedding.android.KeyboardManager.CharacterCombiner
-
- Enclosing class:
- KeyboardManager
public static class KeyboardManager.CharacterCombiner extends Object
Applies the given Unicode character fromKeyEvent.getUnicodeChar()
to a previously entered Unicode combining character and returns the combination of these characters if a combination exists.This class is not used by
KeyboardManager
, but by its responders.