[SDL_events.h] Missing Mask

Hi!

I was surprised when I didn’t see the SDL_KEYEVENTMASK in the
SDL_EventMasks enumeration… So I’ve thought of this line:

SDL_KEYEVENTMASK = SDL_EVENTMASK(SDL_KEYDOWN) | SDL_EVENTMASK(SDL_KEYUP)

I think it should be a good line to add, isn’t it?–
Creak

I was surprised when I didn’t see the SDL_KEYEVENTMASK in the
SDL_EventMasks enumeration… So I’ve thought of this line:

SDL_KEYEVENTMASK = SDL_EVENTMASK(SDL_KEYDOWN) | SDL_EVENTMASK(SDL_KEYUP)

I think it should be a good line to add, isn’t it?

Sure, why not? It’s in CVS, thanks!

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment