bishbosh-0.1.4.0: Plays chess.
Safe HaskellNone
LanguageHaskell2010

BishBosh.Input.NativeUIOptions

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines options common to native (i.e. not some separate GUI) interfaces.
Synopsis

Types

Type-synonyms

Data-types

Constants

tag :: String Source #

Used to qualify XML.

boardMagnificationTag :: String Source #

Used to qualify XML.

Functions

Constructors

mkNativeUIOptions Source #

Arguments

:: ScreenCoordinates

The factor by which the dimensions of the board are stretched when displayed.

-> ColourScheme 
-> DepictFigurine 
-> NativeUIOptions 

Smart constructor.