Fix warning in SDL_keyboard.h
This commit is contained in:
parent
b507ef3afa
commit
bd462555d7
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
|
||||||
*
|
*
|
||||||
* \sa SDL_IsScreenKeyboardShown()
|
* \sa SDL_IsScreenKeyboardShown()
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport();
|
extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Returns whether the screen keyboard is shown for given window.
|
* \brief Returns whether the screen keyboard is shown for given window.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue