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