Re: Mouse cursor

New Message Reply Date view Thread view Subject view Author view

YAMANAKA MASAHIKO (wryml++at++dimwit.dst.nk-exa.co.jp)
Tue, 08 Jul 1997 09:27:24 +0900


^^) I need some help with the (trivial?) task to switch off the mouse cursor
^^) image (or simply blank it) from within the Performer program or just
^^) before the game is started on the shell level. It's a game that uses the
^^) left mouse-key but nothing else from the mouse.
^^)
^^) Any ideas are appreciated!

I think this works.

openPipe()
{
...
  pfPipeWindow* pw;
...
  pw->setConfigFunc( openXWin );
  pw->config();
...
}

openXWin( pfPipeWindow* pw )
{
...
  pfuLoadPWinCursor( pw, PFU_CURSOR_OFF );
...
}

Regards,

--
M.Y.
=======================================================================
List Archives, FAQ, FTP:  http://www.sgi.com/Technology/Performer/
            Submissions:  info-performer++at++sgi.com
        Admin. requests:  info-performer-request++at++sgi.com

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:35 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.