Get a reference to data at self as a SDLMouseMotionEvent

Require: is_mouse_motion

Property definitions

sdl2 $ SDLEventBuffer :: to_mouse_motion
	# Get a reference to data at `self` as a `SDLMouseMotionEvent`
	#
	# Require: `is_mouse_motion`
	fun to_mouse_motion: SDLMouseMotionEvent `{ return self; `}
lib/sdl2/events.nit:70,2--73,60