Home
last modified time | relevance | path

Searched refs:doScrollbar (Results 1 – 7 of 7) sorted by relevance

/dports/games/blobby/blobby-1.0/src/state/
H A DOptionsState.cpp126 imgui.doScrollbar(GEN_ID, Vector2(15.0, 350.0), f); in step_impl()
133 imgui.doScrollbar(GEN_ID, Vector2(440.0, 350.0), f); in step_impl()
290 imgui.doScrollbar(GEN_ID, Vector2(160.0, heightOfElement), r1); in step_impl()
299 imgui.doScrollbar(GEN_ID, Vector2(160.0, heightOfElement), g1); in step_impl()
308 imgui.doScrollbar(GEN_ID, Vector2(160.0, heightOfElement), b1); in step_impl()
341 imgui.doScrollbar(GEN_ID, Vector2(560.0, heightOfElement), r2); in step_impl()
350 imgui.doScrollbar(GEN_ID, Vector2(560.0, heightOfElement), g2); in step_impl()
359 imgui.doScrollbar(GEN_ID, Vector2(560.0, heightOfElement), b2); in step_impl()
893 if (imgui.doScrollbar(GEN_ID, Vector2(484.0, 50.0), mVolume)) in step_impl()
946 imgui.doScrollbar(GEN_ID, Vector2(440.0, 330.0), gamefps); in step_impl()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DCustomElements.cpp126 QTimer::singleShot(0, this, SLOT(doScrollbar())); in resizeEvent()
131 QTimer::singleShot(0, this, SLOT(doScrollbar())); in doResize()
134 void ChatbarTextEdit::doScrollbar() { in doScrollbar() function in ChatbarTextEdit
H A DCustomElements.h68 void doScrollbar();
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DCustomElements.cpp126 QTimer::singleShot(0, this, SLOT(doScrollbar())); in resizeEvent()
131 QTimer::singleShot(0, this, SLOT(doScrollbar())); in doResize()
134 void ChatbarTextEdit::doScrollbar() { in doScrollbar() function in ChatbarTextEdit
H A DCustomElements.h68 void doScrollbar();
/dports/games/blobby/blobby-1.0/src/
H A DIMGUI.h84 bool doScrollbar(int id, const Vector2& position, float& value);
H A DIMGUI.cpp416 bool IMGUI::doScrollbar(int id, const Vector2& position, float& value) in doScrollbar() function in IMGUI