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

Property definitions

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