Draw a point with the current draw_color

Property definitions

sdl2 $ SDLRenderer :: draw_point
	# Draw a point with the current `draw_color`
	fun draw_point(x, y: Int) `{ SDL_RenderDrawPoint(self, x, y); `}
lib/sdl2/sdl2_base.nit:305,2--306,65