Set the Y coordinate of the top left corner

Property definitions

sdl2 $ SDLRect :: y=
	# Set the Y coordinate of the top left corner
	fun y=(val: Int) `{ self->y = val; `}
lib/sdl2/sdl2_base.nit:508,2--509,38