mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
wikiheaders: Allow blank lines in post-typedef #define
blocks.
Reference Issue #9557.
This commit is contained in:
parent
ac5a61cd60
commit
d29b861a76
4 changed files with 28 additions and 7 deletions
|
@ -47,6 +47,7 @@
|
|||
* \sa SDL_KeyCode
|
||||
*/
|
||||
typedef Sint32 SDL_Keycode;
|
||||
|
||||
#define SDLK_SCANCODE_MASK (1<<30)
|
||||
#define SDL_SCANCODE_TO_KEYCODE(X) (X | SDLK_SCANCODE_MASK)
|
||||
#define SDLK_UNKNOWN 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue