Is this a mouse motion event?

Property definitions

sdl2 $ SDLEventBuffer :: is_mouse_motion
	# Is this a mouse motion event?
	fun is_mouse_motion: Bool `{ return self->type == SDL_MOUSEMOTION; `}
lib/sdl2/events.nit:67,2--68,70