Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 272 Bytes

File metadata and controls

9 lines (7 loc) · 272 Bytes

Random snippet - sf view usage.

// Initialize the view to a rectangle located at (100, 100) and with a size of 400x200
// view.reset(sf::FloatRect(0, 0, 400, 400));

// where we render on the destination.
// view.setViewport(sf::FloatRect(0.f, 0.f, 0.5f, 1.f));