Hi Micha,
You can use ShowCursor(0) to hide the cursor. If the cursor is not visible, you can hide the toolsbar and use mousemode=4 to move the pano without click:
Code:
settimer=timermouse,1,0.1,"ShowCursor(0);";
toolsbar=0;
mousemode=4;
invertmouse=1;
regards!