Minor fix in API documentation

This commit is contained in:
Laurent Gomila 2011-09-03 10:18:09 +02:00
parent c51e22cb52
commit 9205942917

View File

@ -223,7 +223,7 @@ public :
/// window.Close();
///
/// // The escape key was pressed
/// 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();
///
/// // The window was resized