X coordinate of the top left corner

Property definitions

sdl2 $ SDLRect :: x
	# X coordinate of the top left corner
	fun x: Int `{ return self->x; `}
lib/sdl2/sdl2_base.nit:499,2--500,33