Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Keyboard input events
Documentation
type PKEYBDINPUT = Ptr KEYBDINPUT Source #
data KEYBDINPUT Source #
Instances
Storable KEYBDINPUT Source # | |
Defined in System.Win32.Automation.Input.Key sizeOf :: KEYBDINPUT -> Int # alignment :: KEYBDINPUT -> Int # peekElemOff :: Ptr KEYBDINPUT -> Int -> IO KEYBDINPUT # pokeElemOff :: Ptr KEYBDINPUT -> Int -> KEYBDINPUT -> IO () # peekByteOff :: Ptr b -> Int -> IO KEYBDINPUT # pokeByteOff :: Ptr b -> Int -> KEYBDINPUT -> IO () # peek :: Ptr KEYBDINPUT -> IO KEYBDINPUT # poke :: Ptr KEYBDINPUT -> KEYBDINPUT -> IO () # | |
Show KEYBDINPUT Source # | |
Defined in System.Win32.Automation.Input.Key showsPrec :: Int -> KEYBDINPUT -> ShowS # show :: KEYBDINPUT -> String # showList :: [KEYBDINPUT] -> ShowS # |