Horizontal scroll amount

Property definitions

sdl2 $ SDLMouseWheelEvent :: x
	# Horizontal scroll amount
	fun x: Int `{ return self->wheel.x; `}
lib/sdl2/events.nit:238,2--239,39