close, but still not this.
when I have this code
<events name="buttonevents" keep="true"
onxmlcomplete="if(istouchdevice, set_drag_cursor(), set_qtvr_cursor() );
set(events[buttonevents].onxmlcomplete,null);"
onenterfullscreen="set(layer[openfs].visible,false); set(layer[closefs].visible,true);"
onexitfullscreen ="set(layer[openfs].visible,true); set(layer[closefs].visible,false);"
/>
or when I delete line
onxmlcomplete="if(istouchdevice, set_drag_cursor(), set_qtvr_cursor() );
it will change the icon only, and keep it. Now When I go to next panorama I see hand cursor but i am rotating it as it was qtvr way of rotating.