x11-xinput-0.1.0.0: Haskell FFI bindings for X11 XInput library (-lXi)

Safe HaskellNone

Graphics.X11.XInput.Parser

Description

Functions of this module perform parsing of XInput events structures.

Documentation

peekMask :: (Ptr a -> IO CInt) -> (Ptr a -> IO (Ptr CUChar)) -> Ptr a -> IO [Int]Source

trace :: Show a => String -> IO a -> IO aSource