You may have seen that I have been working with Klaskers GUI for some time.
I have some problems though. IGUISkin needs sperate functions for drawing ProgressBars and CheckBoxes. Using the same Background for edit boxes and checkBoxxes just doesn't make it easy to produce a nice looking GUI.
greets,
Halan
IGUISkin changes
I thought about that too but seemed as a workaround for me...Sylence wrote:You're getting a pointer to the element that wants to be drawn. Just check the type of the element and choose how you want to draw it.
My Blog: http://www.freakybytes.org
This is the purpose of this parameterPointer to the element which wishes to draw this icon. This parameter is usually not used by IGUISkin, but can be used for example by more complex implementations to find out how to draw the part exactly.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.