Difference on the Y axis between this event and the previous one

Property definitions

sdl2 $ SDLMouseMotionEvent :: yrel
	# Difference on the Y axis between this event and the previous one
	fun yrel: Int `{ return self->motion.yrel; `}
lib/sdl2/events.nit:193,2--194,46