22 #include "precompiled.h"
51 LOGWARNING(L
"Attempt to draw scrollbar without a style.");
175 return (mouse.
x >= StartX &&
188 return (mouse.
x > StartX &&
void DrawSprite(const CGUISpriteInstance &Sprite, int CellID, const float &Z, const CRect &Rect, const CRect &Clipping=CRect())
Draw GUI Sprite.
float left
Returning CPos representing each corner.
static const CGUISpriteInstance & FallBackSprite(const CGUISpriteInstance &prim, const CGUISpriteInstance &sec)
This will return the value of the first sprite if it's not null, if it is null, it will return the va...
Made to represent screen positions and delta values.
Message send to IGUIObject::HandleMessage() in order to give life to Objects manually with a derived ...
Rectangle class used for screen rectangles.