Safe Haskell | None |
---|
Reactive.Banana.SDL.Types
Description
Types used for events
- type EventSource a = (AddHandler a, a -> IO ())
- data SDLEventSource = SDLEventSource {}
- type WrappedEvent t = Event t [Event]
- type TickEvent t = Event t Word32
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