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