Class Sfml.view


class view : floatRect -> object .. end
Provides a support for views

method getPoint : pointer
For internal use only
method setCenter : float -> float -> unit
Move/Resize the view/camera
method setHalfSize : float -> float -> unit
method setFromRect : floatRect -> unit
method move : float -> float -> unit
method zoom : float -> unit
method getCenterX : float
Get its position
method getCenterY : float
method getHalfSizeX : float
method getHalfSizeY : float
method getRect : floatRect