Y coordinate of the top left corner

Property definitions

sdl2 $ SDLRect :: y
	# Y coordinate of the top left corner
	fun y: Int `{ return self->y; `}
lib/sdl2/sdl2_base.nit:505,2--506,33