int HZclientInit() -- 初始化输入服务器
int HZsendKey() -- 以ClientMessage方式把键码发送给输入服务器
int HZprocInput() -- 处理输入服务器传来的输出
int HZqueryServer() -- 查寻输入服务器的信息
在 Chinput 注册的原子(Atom)有:
XIM 的输入风格(preedittype)共有四种: on the spot, over the spot, off the spot, root window, \"on the spot\" 是在Client软件的当前 输入处输入, \"over the spot\" 是在当前输入处之上有一预编辑窗口提供 输入, \"off the spot\" 是在输入窗口的下方提供预编辑取和输入状态显示 区, \"root window\" 是在独立于输入软件的窗口中(该窗口为根窗口的子 窗口)输入. 可以看出, \"root window\" 是比较适合汉字输入的. Chinput 目前只支持根窗口输入风格(root-window style). 如果有必要, 其它的输入风格也将被陆续加入.