diff --git a/include/SFML/Window/Keyboard.hpp b/include/SFML/Window/Keyboard.hpp index 9fe25641f..12930c452 100644 --- a/include/SFML/Window/Keyboard.hpp +++ b/include/SFML/Window/Keyboard.hpp @@ -401,6 +401,8 @@ SFML_WINDOW_API Scancode delocalize(Key key); /// interpret the scancode: for example, sf::Keyboard::Key::Semicolon is /// mapped to ";" for layout and to "é" for others. /// +/// \param code Scancode to check +/// /// \return The localized description of the code /// ////////////////////////////////////////////////////////////