From 9534c000f63ebecacdc5ceb3ae016b355d8f0e45 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 2 May 2024 16:14:18 -0700 Subject: [PATCH] Added missing \param field from sf::Keyboard::getDescription(Scancode code) in docs --- include/SFML/Window/Keyboard.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 /// ////////////////////////////////////////////////////////////