helm-0.7.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 :: Signal (Int, Int)Source

The current dimensions of the window.

width :: Signal IntSource

The current width of the window.

height :: Signal IntSource

The current height of the window.

position :: Signal (Int, Int)Source

The current position of the window.