helm-0.6.2: A functionally reactive game engine.

Safe HaskellNone

FRP.Helm.Window

Contents

Description

Contains signals that sample input from the game window.

Synopsis

Dimensions

dimensions :: Engine -> SignalGen (Signal (Int, Int))Source

The current dimensions of the window.

width :: Engine -> SignalGen (Signal Int)Source

The current width of the window.

height :: Engine -> SignalGen (Signal Int)Source

The current height of the window.