reactive-banana-sdl-0.1.2: Reactive Banana bindings for SDL

Safe HaskellNone

Reactive.Banana.SDL.Types

Description

Types used for events

Synopsis

Documentation

type EventSource a = (AddHandler a, a -> IO ())Source

Generic Event Source

type WrappedEvent t = Event t [Event]Source

an event containing a list of SDL event

type TickEvent t = Event t Word32Source

SDL Tick event