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 #
data KEYBDINPUT #
Instances
Show KEYBDINPUT # | |
Defined in System.Win32.Automation.Input.Key | |
Storable KEYBDINPUT # | |
Defined in System.Win32.Automation.Input.Key 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 # |