Is this a window event?

Property definitions

sdl2 $ SDLEventBuffer :: is_window
	#  Is this a window event?
	fun is_window: Bool `{ return self->type == SDL_WINDOWEVENT; `}
lib/sdl2/events.nit:115,2--116,64