Set the X coordinate of the top left corner

Property definitions

sdl2 $ SDLRect :: x=
	# Set the X coordinate of the top left corner
	fun x=(val: Int) `{ self->x = val; `}
lib/sdl2/sdl2_base.nit:502,2--503,38