Set the Y coordinate of this point

Property definitions

sdl2 $ SDLPoint :: y=
	# Set the Y coordinate of this point
	fun y=(val: Int) `{ self->y = val; `}
lib/sdl2/sdl2_base.nit:562,2--563,38