#include #include -- | module Bindings.DirectFB.IDirectFBEventBuffer where #strict_import import Bindings.DirectFB.Types #starttype IDirectFBEventBuffer #field Reset , FunPtr (Ptr -> IO ) #field WaitForEvent , FunPtr (Ptr -> \ IO ) #field WaitForEventWithTimeout , FunPtr (Ptr -> \ CUInt -> CUInt -> IO ) #field GetEvent , FunPtr (Ptr -> \ Ptr -> IO ) #field PeekEvent , FunPtr (Ptr -> \ Ptr -> IO ) #field HasEvent , FunPtr (Ptr -> \ IO ) #field PostEvent , FunPtr (Ptr -> \ Ptr -> IO ) #field WakeUp , FunPtr (Ptr -> IO ) #field CreateFileDescriptor , FunPtr (Ptr -> \ Ptr CInt -> IO ) #field EnableStatistics , FunPtr (Ptr -> \ -> IO ) #field GetStatistics , FunPtr (Ptr -> \ Ptr -> IO ) #stoptype