输入法官方示例代码

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.csdn.net/fonx/article/details/82156415 微软输入法TSF SampleIME 代码浅说

 

Android

官方源码:暂缺

参考:https://blog.csdn.net/fonx/article/details/80716095 Android 原生输入法示例代码分析

 

Mac OS X

官方源码:https://developer.apple.com/library/archive/samplecode/NumberInput_IMKit_Sample/Introduction/Intro.html

NumberInput_IMKit_Sample

Last Revision:

Version 1.0, 2008-03-17
Illustrates an input method that uses the Mac OS X 10.5 InputMethodKit framework.

Build Requirements:

Xcode 3.0

Runtime Requirements:

Mac OS X 10.5

参考:https://blog.csdn.net/fonx/article/details/54882508 Swift 创建一个MacOS输入法

 

iOS

官方教程:https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/CustomKeyboard.html

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.

参考:暂缺。

 

 

你可能感兴趣的:(输入法,源代码,android.java,汉字,ios.swift,mac)