Is there a high level android library for gestures that sends event when ascii character is drawn? So far I has seen only support for low level gestures --- strokes etc. I would like to add a GestureKeyBoardListener that calls back when a character from a to z (upper or lower case) or digit from 0 to 9 is entered.
The Google Gestures android app (http://gesturesearch.googlelabs.com/) converts gestures to characters. Are there plans to make the gestures-to-char code use in it as part of a library that any developer can use?