Safe Haskell | None |
---|---|
Language | Haskell98 |
SFML.Graphics.SFViewable
Documentation
class SFViewable a where
Methods
Change the target's current active view.
Get the target's current active view.
getDefaultView :: a -> IO View
Get the target's default view.
getViewport :: a -> View -> IO IntRect
Get the viewport of a view applied to this target, expressed in pixels in the current target.
Instances