ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
61.56k stars 10.36k forks source link

Is there Any way to set scrolling speed? #8206

Open llxiaoyuan opened 8 hours ago

llxiaoyuan commented 8 hours ago

Version/Branch of Dear ImGui:

Version 1.XX, Branch: XXX (master/docking/etc.)

Back-ends:

imgui_impl_XXX.cpp + imgui_impl_XXX.cpp

Compiler, OS:

win10

Full config/build information:

Is there Any way to set scrolling speed?

Details:

My Issue/Question:

XXX (please provide as much context as possible)

Screenshots/Video:

Is there Any way to set scrolling speed?

Minimal, Complete and Verifiable Example code:

// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
ocornut commented 8 hours ago

It's not possible for now. Also linking to #5628.