bindings-wlc-0.1.0.3: Bindings against the wlc library

Copyright(c) Ashley Towns 2016
LicenseBSD3
Maintainermail@ashleytowns.id.au
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

System.WLC.Geometry

Description

Provides abstractions over the low level geometry WLC data types.

Synopsis

Documentation

data Point Source

Fixed 2D point

Constructors

Point 

Fields

x :: Int
 
y :: Int
 

data Size Source

Fixed 2D size

Constructors

Size 

Fields

w :: Word32
 
h :: Word32
 

data Geometry Source

Fixed 2D point, size pair

Constructors

Geometry 

Fields

origin :: Point
 
size :: Size