Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1. void IMSwitch(void *n);
  2. /* Input method switch (en <=> zh) */
  3.  
  4. void PuncSwitch(void *n);
  5. /* Punctuation switch (en <=> zh) */
  6.  
  7. void WidthSwitch(void *n);
  8. /* Width switch (fullwidth <=> halfwidth) */
  9.  
  10. void CheckIMSwitch(void *n);
  11. /* Check if a switch should be made */
  12.  
  13. void PinyinInput(void *n);
  14. /* Pinyin input function */
  15.  
  16. void PinyinShow(void *n);
  17. /* Show candidate Chinese characters */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement