X coordinate of this point

Property definitions

sdl2 $ SDLPoint :: x
	# X coordinate of this point
	fun x: Int `{ return self->x; `}
lib/sdl2/sdl2_base.nit:553,2--554,33