| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | shelarcy@gmail.com |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
System.Win32.Automation.Input.Key
Description
Keyboard input events
Documentation
type PKEYBDINPUT = Ptr KEYBDINPUT Source #
data KEYBDINPUT Source #
Constructors
| KEYBDINPUT | |
Instances
| Show KEYBDINPUT Source # | |
Defined in System.Win32.Automation.Input.Key Methods showsPrec :: Int -> KEYBDINPUT -> ShowS show :: KEYBDINPUT -> String showList :: [KEYBDINPUT] -> ShowS | |
| Storable KEYBDINPUT Source # | |
Defined in System.Win32.Automation.Input.Key Methods 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 () | |