SFML-control-0.2.0.2: Higher level library on top of SFML

Safe HaskellNone

Control.Monad.SFML.Graphics

Contents

Synopsis

Graphics / CircleShape.hs

copy :: SFCopyable a => a -> SFML aSource

move :: Transformable a => a -> Vec2f -> SFML ()Source

scale :: Transformable a => a -> Vec2f -> SFML ()Source

Graphics / ConvexShape.hs

Graphics / Font.hs

Graphics / Image.hs

destroy :: SFResource a => a -> SFML ()Source

setPixel :: Image -> Int -> Int -> Color -> SFML ()Source

Graphics / RectangleShape.hs

Graphics / RenderTexture.hs

setView :: SFViewable a => a -> View -> SFML ()Source

Graphics / RenderWindow.hs

close :: SFWindow a => a -> SFML ()Source

setWindowIcon :: SFWindow a => a -> Int -> Int -> Ptr b -> SFML ()Source

setVSync :: SFWindow a => a -> Bool -> SFML ()Source

Graphics / Shader.hs

bind :: SFBindable a => a -> SFML ()Source

Graphics / Shape.hs

Graphics / Sprite.hs

Graphics / Text.hs

Graphics / Texture.hs

Graphics / VertexArray.hs

Graphics / View.hs