Added missing \param field from sf::Keyboard::getDescription(Scancode code) in docs

This commit is contained in:
Andrei 2024-05-02 16:14:18 -07:00 committed by Chris Thrasher
parent b7c526efc2
commit 9534c000f6

View File

@ -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
///
////////////////////////////////////////////////////////////