aztecs-0.8.0: A modular game engine and Entity-Component-System (ECS) for Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aztecs.Window

Synopsis

Documentation

data Window Source #

Window component.

Constructors

Window 

Fields

Instances

Instances details
Component Window Source # 
Instance details

Defined in Aztecs.Window

Associated Types

type StorageT Window Source #

Generic Window Source # 
Instance details

Defined in Aztecs.Window

Associated Types

type Rep Window :: Type -> Type #

Methods

from :: Window -> Rep Window x #

to :: Rep Window x -> Window #

Show Window Source # 
Instance details

Defined in Aztecs.Window

NFData Window Source # 
Instance details

Defined in Aztecs.Window

Methods

rnf :: Window -> () #

type StorageT Window Source # 
Instance details

Defined in Aztecs.Window

type Rep Window Source # 
Instance details

Defined in Aztecs.Window

type Rep Window = D1 ('MetaData "Window" "Aztecs.Window" "aztecs-0.8.0-5YWGoxTs0Vw9iciqZAe9GO" 'False) (C1 ('MetaCons "Window" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowTitle") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String)))