C++ openFrameworks addon for native mobile keyboard callbacks (Android/iOS). It allows calling native mobile keyboard interfaces, OS textbox typying and sending generated strings to OF. This addon attempts to help developers using the same code when calling iOS and Android keyboard.
The code in this repository is available under the MIT License.
Copyright (c) 2015 Enric Marco, Carlos Narro, Joan Sànchez
Android:
Copy ofxMobileKeyboard to your openFrameworks/addons/ folder.
Copy ofxMobileKeyboardExampleAndroid to your OFAndroid workspace.
iOS:
Copy ofxMobileKeyboard to your openFrameworks/addons/ folder.
Run ofxMobileKeyboardExampleiOS.
Openframeworks 0.8.4 (Android/iOS). Tested on Linux and Mac OS X.
None
First Version