Add the flag to grab the input focus

Property definitions

sdl2 $ SDLWindowFlags :: input_grabbed
	# Add the flag to grab the input focus
	fun input_grabbed: SDLWindowFlags `{ return self | SDL_WINDOW_INPUT_GRABBED; `}
lib/sdl2/sdl2_base.nit:197,2--198,80