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