draw_point(x,y)

From ENIGMA
Jump to navigation Jump to search

Description

Draws a single pixel or point at the given location using the set draw color.

Parameters

Parameter Data Type Description
x float x coordinate of the position to draw at
y float y coordinate

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.