Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellNone
LanguageHaskell2010

Graphics.Win32.Window.HotKey

Description

An FFI binding to the hot key part of the Win32 API.

Synopsis

Documentation

mOD_NOREPEAT :: FsModifier Source #

This parameter requires to use Windows 7 or later.

registerHotKey :: MbHWND -> Int -> FsModifier -> VKey -> IO () Source #

c_RegisterHotKey :: HWND -> Int -> UINT -> VKey -> IO BOOL Source #

unregisterHotKey :: MbHWND -> Int -> IO () Source #