using the d3d7max2ddriver, setlinewidth works, however using glmax2ddriver it doesn't. i'm sending the function float data. can anyone else confirm this?
Cheers
Charlie
Cheers
Charlie
SetGraphicsDriver GLMax2DDriver() Graphics 640,480 HideMouse While Not KeyHit(KEY_ESCAPE) Cls x=MouseX() y=MouseY() SetLineWidth(30) DrawLine 320,240,x,y Flip Wend