Y coordinate of this point

Property definitions

sdl2 $ SDLPoint :: y
	# Y coordinate of this point
	fun y: Int `{ return self->y; `}
lib/sdl2/sdl2_base.nit:559,2--560,33