mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
parent
e9334db424
commit
18bbd23886
@ -392,6 +392,7 @@ void Window::initialize()
|
||||
setMouseCursorVisible(true);
|
||||
setVerticalSyncEnabled(false);
|
||||
setKeyRepeatEnabled(true);
|
||||
setFramerateLimit(0);
|
||||
|
||||
// Get and cache the initial size of the window
|
||||
m_size = m_impl->getSize();
|
||||
|
Loading…
Reference in New Issue
Block a user