Get the SDLWindowFlags describing the status of the window

Property definitions

sdl2 $ SDLWindow :: flags
	# Get the `SDLWindowFlags` describing the status of the window
	fun flags: SDLWindowFlags `{ return SDL_GetWindowFlags(self); `}
lib/sdl2/sdl2_base.nit:154,2--155,65