From: Sam S. <sam...@gm...> - 2005-11-20 03:46:27
|
On Nov 19, 2005, at 10:38 PM, Dan Potter wrote: > Would you guys be ok with Tiki::GL::showCursor? I was thinking to > keep all the graphics stuff under there. > Sounds good. I'll rename it. > FWIW I did make a mouse cursor drawable way back when this stuff > was just part of FoF's guts. :) It has a built in bitmap based off > the Mac cursor. So if you guys want that to tinker with lemme know. > It's also probably in the FoF public source release. 99% finished with mine already. It's a generic drawable that doesn't actually draw anything, just moves itself around according to HID mouse events. It has 2 constructors, the default one will subAdd() a pointerArrow which draws the arrow pointer from libc99 in whatever getTint() you have. The other constructor takes a drawable and subAdd ()s it, so you can add a banner w/ a mouse bitmap. I'm just cleaning it up and commenting it, and then I'll commit it to SVN. I'm also going to clean up and comment the imageSet and menuList drawables from DCBlap and add those to Tiki too. -Sam |