728x90 IME1 Unity & C# ~ 한/영 전환 하는 클래스 using System; using System.Diagnostics; using System.Runtime.InteropServices; public class ImeChange { #region imm32.dll :: Get_IME_Mode IME가져오기 [DllImport("imm32.dll")] public static extern IntPtr ImmGetContext(IntPtr hWnd); [DllImport("imm32.dll")] public static extern bool ImmSetConversionStatus(IntPtr hIMC, int fdwConversion, int fdwSentence); [DllImport("imm32.dll")] private static extern I.. 2023. 6. 29. 이전 1 다음 SMALL