helm-0.1.0: A functionally reactive game engine.

Safe HaskellNone

FRP.Helm.Window

Synopsis

Documentation

dimensions :: SignalGen (Signal (Int, Int))Source

The current dimensions of the window.

width :: SignalGen (Signal Int)Source

The current width of the window.

height :: SignalGen (Signal Int)Source

The current height of the window.