| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | shelarcy@gmail.com |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | Safe |
| 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 | |
| Storable KEYBDINPUT Source # | |
Defined in System.Win32.Automation.Input.Key Methods sizeOf :: KEYBDINPUT -> Int Source # alignment :: KEYBDINPUT -> Int Source # peekElemOff :: Ptr KEYBDINPUT -> Int -> IO KEYBDINPUT Source # pokeElemOff :: Ptr KEYBDINPUT -> Int -> KEYBDINPUT -> IO () Source # peekByteOff :: Ptr b -> Int -> IO KEYBDINPUT Source # pokeByteOff :: Ptr b -> Int -> KEYBDINPUT -> IO () Source # peek :: Ptr KEYBDINPUT -> IO KEYBDINPUT Source # poke :: Ptr KEYBDINPUT -> KEYBDINPUT -> IO () Source # | |