#1
|
|||
|
|||
Changing Cursor Icon
Is there an easy way to change the cursor icon (say to a hand, or hourglass, etc.)? I assume one would have to tap into Win32 calls, but I've yet to find a way to do it.
|
#2
|
|||
|
|||
Currently, the only way to change the look of the cursor is to hide the actual mouse cursor ( viz.mouse.setVisible(False) ), and create an on screen texture quad that is linked to the mouse position. Then you just apply a different texture for each cursor you want.
Future versions of Vizard will support setting the cursor using standard win32 methods. |
#3
|
|||
|
|||
That sorta what I thought. Thanks for letting me know!
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing menu header text | hosier | Vizard | 2 | 06-23-2009 12:45 PM |
Timed changing message on screen | Saz | Vizard | 3 | 06-17-2009 03:14 AM |
trouble changing subnode (child node) color, alpha, etc. | michaelrepucci | Vizard | 7 | 01-14-2009 08:38 PM |
changing between avatar states | dan12345 | Vizard | 1 | 06-23-2008 01:39 PM |
changing the texture of an avatars shirt/body | bailenson | Vizard | 19 | 05-04-2006 10:00 AM |