16#include <IGUIEnvironment.h>
17#include <IGUIScrollBar.h>
27 GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32
id,
28 core::rect<s32> rectangle,
bool horizontal,
bool auto_scale,
38 virtual void draw()
override;
40 virtual bool OnEvent(
const SEvent &event)
override;
47 s32
getPos()
const override;
51 void setMax(s32 max)
override;
52 void setMin(s32 min)
override;
57 void setPos(
const s32 pos)
override;
Definition texturesource.h:34
Definition fontengine.h:16
static std::string p(std::string path)
Definition test_filesys.cpp:64