Is this a mouse wheel event?

Property definitions

sdl2 $ SDLEventBuffer :: is_mouse_wheel
	# Is this a mouse wheel event?
	fun is_mouse_wheel: Bool `{ return self->type == SDL_MOUSEWHEEL; `}
lib/sdl2/events.nit:91,2--92,68