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?

    Einmal editiert, zuletzt von Botan (7. Januar 2012 um 23:13)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!