drawLine

actual fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int)

Draw a straight line from point (x1,y1) to (x2,y2).

expect fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int)

Draw a straight line from point (x1,y1) to (x2,y2).

actual fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int)

Draw a straight line from point (x1,y1) to (x2,y2).