CursorImage=LoadImage("cursor.bmp") While Not KeyDown(1) ;Главный цикл DrawImage CursorImage,MouseX(),MouseY() Flip UpdateWorld RenderWorld Wend