Win32-2.6.1.0: A binding to part of the Win32 library
Copyright2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.Automation.Input

Description

Provide sendInput function and INPUT types.

Synopsis

Documentation

type PINPUT = Ptr INPUT #

sendInputPtr :: Int -> Ptr INPUT -> IO UINT #

Raw pointer of array version of sendInput. Use this function to support non-list sequence.