Vertical scroll amount

Property definitions

sdl2 $ SDLMouseWheelEvent :: y
	# Vertical scroll amount
	fun y: Int `{ return self->wheel.y; `}
lib/sdl2/events.nit:241,2--242,39