Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WinImm32Ime()

ReLogic.Localization.IME.WinImm32Ime.WinImm32Ime ( WindowsMessageHook wndProcHook,
IntPtr hWnd )
inline

Definition at line 49 of file WinImm32Ime.cs.

50 {
51 _wndProcHook = wndProcHook;
52 _hWnd = hWnd;
57 SetEnabled(bEnable: false);
58 }
static bool ImmReleaseContext(IntPtr hWnd, IntPtr hImc)
static IntPtr GetForegroundWindow()
void AddMessageFilter(IMessageFilter filter)

References ReLogic.Localization.IME.WinImm32Ime._hImc, ReLogic.Localization.IME.WinImm32Ime._hWnd, ReLogic.Localization.IME.WinImm32Ime._isFocused, ReLogic.Localization.IME.WinImm32Ime._wndProcHook, ReLogic.OS.Windows.WindowsMessageHook.AddMessageFilter(), ReLogic.OS.Windows.NativeMethods.GetForegroundWindow(), ReLogic.Localization.IME.WinImm32.NativeMethods.ImmGetContext(), ReLogic.Localization.IME.WinImm32.NativeMethods.ImmReleaseContext(), and ReLogic.Localization.IME.WinImm32Ime.SetEnabled().