Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright(c) Alastair Reid 1997-2003 2013 shelarcy
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.Win32.Key

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

c_VkKeyScanEx :: CWchar -> HKL -> IO SHORT Source #

enableWindow :: HWND -> Bool -> IO Bool Source #

getFocus :: IO (Maybe HWND) Source #

withLoadKeyboardLayoutWithName :: String -> KeyLayoutFlags -> (HKL -> IO a) -> IO a Source #

type HKL = Ptr () Source #