SDL输入法实现。
SDL输入法使用平台自身的输入法引擎,一般在桌面Linux、MacOS、Windows、Android和iOS上使用。
创建SDL输入法对象。
input_method_t* input_method_sdl_create ();
← input_method_null_t input_method_t →