only buttons without qtvrcursor?

  • Hi,

    I would like to use only the buttons without the qtvr cursor. But there is a problem...

    <plugin name="dragmode" ...onclick="dragcursor();" visible="true" />
    <plugin name="movemode" ...onclick="qtvrcursor();" visible="false" />

    .
    .
    .
    <action name="qtvrcursor">
    set(plugin[dragmode].visible, true);
    set(plugin[movemode].visible, false);
    set(control.mousetype, moveto);
    set(cursors.url, %CURRENTXML%/qtvr-cursors.png);

    I dont want this qtvr cursor but which png should I use... I dont have one I just want the normal windows mouse?!

    How can help?

    Edited once, last by Botan (January 7, 2012 at 11:13 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!