Is the window shown?

Can only be queried because it is ignored by SDLWindow::new

Property definitions

sdl2 $ SDLWindowFlags :: is_shown
	# Is the window shown?
	#
	# Can only be queried because it is ignored by `SDLWindow::new`
	fun is_shown: Bool `{ return self & SDL_WINDOW_SHOWN; `}
lib/sdl2/sdl2_base.nit:209,2--212,57