Updated xocde templates
This commit is contained in:
parent
fe3ef8c34c
commit
b93e980e27
@ -521,7 +521,7 @@ while (window.IsOpened())
|
||||
window.Close();
|
||||
|
||||
// Escape pressed : exit
|
||||
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Key::Escape)
|
||||
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Keyboard::Escape)
|
||||
window.Close();
|
||||
}
|
||||
</string>
|
||||
|
@ -84,6 +84,12 @@ subject to the following restrictions:
|
||||
<dict>
|
||||
<key>WRAPPER_EXTENSION</key>
|
||||
<string>app</string>
|
||||
|
||||
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
|
||||
<string>NO</string>
|
||||
|
||||
<key>GCC_PREFIX_HEADER</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
<key>Configurations</key>
|
||||
<dict>
|
||||
|
@ -506,7 +506,7 @@ while (window.IsOpened())
|
||||
window.Close();
|
||||
|
||||
// Escape pressed : exit
|
||||
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Key::Escape)
|
||||
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Keyboard::Escape)
|
||||
window.Close();
|
||||
}
|
||||
</string>
|
||||
|
Loading…
Reference in New Issue
Block a user