Set the X coordinate of this point

Property definitions

sdl2 $ SDLPoint :: x=
	# Set the X coordinate of this point
	fun x=(val: Int) `{ self->x = val; `}
lib/sdl2/sdl2_base.nit:556,2--557,38