Win32-2.12.0.1: 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

Description

Provide sendInput function and INPUT types.

Synopsis

Documentation

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

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