mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
docs: Remove a redundant comment.
(The wiki will link to this symbol, we don't have to explicitly mention it.)
This commit is contained in:
parent
fe314a1b8a
commit
411e47ba00
1 changed files with 1 additions and 2 deletions
|
|
@ -174,8 +174,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_ResetKeyboard(void);
|
|||
/**
|
||||
* Get the current key modifier state for the keyboard.
|
||||
*
|
||||
* \returns an OR'd combination of the modifier keys for the keyboard. See
|
||||
* SDL_Keymod for details.
|
||||
* \returns an OR'd combination of the modifier keys for the keyboard.
|
||||
*
|
||||
* \threadsafety It is safe to call this function from any thread.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue