Linux:
Wide UNICODE character input (Kanji, etc.) is not yet supported.
It requires handling of keyboard mapping events and using the XIM
input translation extension. I will implement it as requested.
Latin-1 keyboard input works fine.
The keyboard modifiers are not set to the correct state on startup.
The AAlib, GGI, and SVGAlib video drivers are not heavily tested.
직접 구현하셔야 할 것 같습니다;;;
----
The future is here. It's just not widely distributed yet.
- William Gibson
...
http://twomix.devolution.com/pipermail/sdl/2004-June/062824.html
http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/BUGS?rev=1.14로부터...
직접 구현하셔야 할 것 같습니다;;;
----
The future is here. It's just not widely distributed yet.
- William Gibson
XIM으로 부터 입력을 받고 싶다면, Xlib을 이용해야 합니다.
XIM으로 부터 입력을 받고 싶다면, Xlib을 이용해야 합니다.
여기를 참고하십시오:
http://x.holovko.ru/Xlib/chap13.html#13.12.%20Input%20Method%20Overview
개요는 이렇습니다.
open/close로 xim 서버와 연결을 열고 닫고, createIC로 각각 입력이 필요한 곳에서 사용하는 input context를 만들어서 관리하는 방식입니다.
댓글 달기