#include <m17n.h>
Data Fields | |
MSymbol | language |
MSymbol | name |
MInputDriver | driver |
void * | arg |
void * | info |
MInputMethod
is the structure of input method objects.
|
Which language this input method is for. The value is |
|
Name of the input method. If the input method is foreign, it must has a property of key |
|
Input driver of the input method. |
|
The argument given to minput_open_im(). |
|
Pointer to extra information that .open_im() setups. |