Win32-2.2.0.1: A binding to part of the Win32 librarySource codeContentsIndex
Graphics.Win32.Key
Portabilityportable
Stabilityprovisional
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
type VKey = DWORDSource
vK_LBUTTON :: VKeySource
vK_RBUTTON :: VKeySource
vK_CANCEL :: VKeySource
vK_MBUTTON :: VKeySource
vK_BACK :: VKeySource
vK_TAB :: VKeySource
vK_CLEAR :: VKeySource
vK_RETURN :: VKeySource
vK_SHIFT :: VKeySource
vK_CONTROL :: VKeySource
vK_MENU :: VKeySource
vK_PAUSE :: VKeySource
vK_CAPITAL :: VKeySource
vK_ESCAPE :: VKeySource
vK_SPACE :: VKeySource
vK_PRIOR :: VKeySource
vK_NEXT :: VKeySource
vK_END :: VKeySource
vK_HOME :: VKeySource
vK_LEFT :: VKeySource
vK_UP :: VKeySource
vK_RIGHT :: VKeySource
vK_DOWN :: VKeySource
vK_SELECT :: VKeySource
vK_EXECUTE :: VKeySource
vK_SNAPSHOT :: VKeySource
vK_INSERT :: VKeySource
vK_DELETE :: VKeySource
vK_HELP :: VKeySource
vK_NUMPAD0 :: VKeySource
vK_NUMPAD1 :: VKeySource
vK_NUMPAD2 :: VKeySource
vK_NUMPAD3 :: VKeySource
vK_NUMPAD4 :: VKeySource
vK_NUMPAD5 :: VKeySource
vK_NUMPAD6 :: VKeySource
vK_NUMPAD7 :: VKeySource
vK_NUMPAD8 :: VKeySource
enableWindow :: HWND -> Bool -> IO BoolSource
vK_NUMPAD9 :: VKeySource
getActiveWindow :: IO (Maybe HWND)Source
vK_MULTIPLY :: VKeySource
c_GetActiveWindow :: IO HWNDSource
vK_ADD :: VKeySource
vK_SEPARATOR :: VKeySource
getAsyncKeyState :: Int -> IO WORDSource
vK_SUBTRACT :: VKeySource
getFocus :: IO (Maybe HWND)Source
vK_DECIMAL :: VKeySource
c_GetFocus :: IO HWNDSource
vK_DIVIDE :: VKeySource
vK_F1 :: VKeySource
getKBCodePage :: IO UINTSource
vK_F2 :: VKeySource
isWindowEnabled :: HWND -> IO BoolSource
vK_F3 :: VKeySource
vK_F4 :: VKeySource
vK_F5 :: VKeySource
vK_F6 :: VKeySource
vK_F7 :: VKeySource
vK_F8 :: VKeySource
vK_F9 :: VKeySource
vK_F10 :: VKeySource
vK_F11 :: VKeySource
vK_F12 :: VKeySource
vK_F13 :: VKeySource
vK_F14 :: VKeySource
vK_F15 :: VKeySource
vK_F16 :: VKeySource
vK_F17 :: VKeySource
vK_F18 :: VKeySource
vK_F19 :: VKeySource
vK_F20 :: VKeySource
vK_F21 :: VKeySource
vK_F22 :: VKeySource
vK_F23 :: VKeySource
vK_F24 :: VKeySource
vK_NUMLOCK :: VKeySource
vK_SCROLL :: VKeySource
Produced by Haddock version 2.6.0