helm-0.3.0: A functionally reactive game engine.

Safe HaskellNone

FRP.Helm.Window

Contents

Description

Contains signals that sample input from the game window.

Synopsis

Dimensions

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.