Home
last modified time | relevance | path

Searched defs:ScrollBar (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_scroll_bar.h16 struct ScrollBar : public MenuItem struct
21 ScrollBar(Window* window, CVec3 position, CVec2 size, float* _pPos, float _count, float _max) in ScrollBar() argument
24 ScrollBar(const ScrollBar& copy) in ScrollBar() argument
33 float pos;
34 float oldY;
36 float subHeight;
38 float oldPos;
39 bool wasMax;
41 float count;
42 float max;
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_scroll_bar.h16 struct ScrollBar : public MenuItem struct
21 ScrollBar(Window* window, CVec3 position, CVec2 size, float* _pPos, float _count, float _max) in ScrollBar() argument
24 ScrollBar(const ScrollBar& copy) in ScrollBar() function
33 float pos;
34 float oldY;
36 float subHeight;
38 float oldPos;
39 bool wasMax;
41 float count;
42 float max;
[all …]