Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 101 Bytes

window-manipulation.md

File metadata and controls

5 lines (5 loc) · 101 Bytes
window->setPosition(120, 120);
window->setSize(1920, 1080);
window->setTitle("New Title");