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