mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
wikiheaders: Allow blank lines in post-typedef #define
blocks.
Reference Issue #9557.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user