Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.Automation.Input.Mouse

Description

Mouse input events

Documentation

data MOUSEINPUT Source #

Constructors

MOUSEINPUT 

Instances

Instances details
Show MOUSEINPUT Source # 
Instance details

Defined in System.Win32.Automation.Input.Mouse

Methods

showsPrec :: Int -> MOUSEINPUT -> ShowS

show :: MOUSEINPUT -> String

showList :: [MOUSEINPUT] -> ShowS

Storable MOUSEINPUT Source # 
Instance details

Defined in System.Win32.Automation.Input.Mouse

Methods

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 ()