Windows 10
官方源码:https://code.msdn.microsoft.com/windowsdesktop/Input-Method-Editor-IME-b1610980/view/
Input Method Editor (IME) sample
This sample shows how to create an Input Method Editor (IME) that works in Windows Store apps and Windows 8.1 desktop apps.
参考:https://blog.youkuaiyun.com/fonx/article/details/82156415 微软输入法TSF SampleIME 代码浅说
Android
官方源码:暂缺
参考:https://blog.youkuaiyun.com/fonx/article/details/80716095 Android 原生输入法示例代码分析
Mac OS X
NumberInput_IMKit_Sample
Last Revision: | Version 1.0, 2008-03-17 |
Build Requirements: | Xcode 3.0 |
Runtime Requirements: | Mac OS X 10.5 |
参考:https://blog.youkuaiyun.com/fonx/article/details/54882508 Swift 创建一个MacOS输入法
iOS
Custom Keyboard
A custom keyboard replaces the system keyboard for users who want capabilities such as a novel text input method or the ability to enter text in a language not otherwise supported in iOS. The essential function of a custom keyboard is simple: Respond to taps, gestures, or other input events and provide text, in the form of an unattributed NSString
object, at the text insertion point of the current text input object.
参考:暂缺。