| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | shelarcy@gmail.com |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Graphics.Win32.Window.IMM
Description
An FFI binding to the IMM (Input Method Manager) part of the Win32 API.
Documentation
immReleaseContext :: HWND -> HIMC -> IO () Source
immGetVirtualKey :: HWND -> IO VKey Source
immSimulateHotKey :: HWND -> DWORD -> IO () Source
immGetContext :: HWND -> IO HIMC Source
immGetOpenStatus :: HIMC -> IO BOOL Source
immSetOpenStatus :: HIMC -> BOOL -> IO () Source
immSetConversionStatus :: HIMC -> IMEMode -> IO () Source