Yaxee Y Начинающий Статус Оффлайн Регистрация 10 Янв 2021 Сообщения 3 Реакции[?] 0 Поинты[?] 0 12 Янв 2021 Автор темы #1 how to change those ugly legendware sliders
S1vde S Начинающий Статус Оффлайн Регистрация 29 Июн 2020 Сообщения 80 Реакции[?] 3 Поинты[?] 0 12 Янв 2021 #2 You have the source code dude. Just paste/code something you like.
MrPraviy правейший Участник Статус Оффлайн Регистрация 4 Янв 2021 Сообщения 645 Реакции[?] 206 Поинты[?] 2K 12 Янв 2021 #3 imgui_widgets.cpp Ctrl+F sliders, and copy paste what u want
Yaxee Y Начинающий Статус Оффлайн Регистрация 10 Янв 2021 Сообщения 3 Реакции[?] 0 Поинты[?] 0 12 Янв 2021 Автор темы #4 thanks man
NitroSport N Начинающий Статус Оффлайн Регистрация 7 Ноя 2019 Сообщения 51 Реакции[?] 3 Поинты[?] 2K 20 Янв 2021 #5 find bool ImGui::SliderInt or float (whatever the type of slider is) and change it however you like
sn0wyQ money++ Разработчик Статус Оффлайн Регистрация 14 Июн 2018 Сообщения 638 Реакции[?] 339 Поинты[?] 22K 21 Янв 2021 #6 NitroSport написал(а): find bool ImGui::SliderInt or float (whatever the type of slider is) and change it however you like Нажмите для раскрытия... You need to change it in ImGui::SliderScalar, not in the SliderInt or SliderFloat... Just becase realisation of any slider is a call(s) to the SliderScalar method
NitroSport написал(а): find bool ImGui::SliderInt or float (whatever the type of slider is) and change it however you like Нажмите для раскрытия... You need to change it in ImGui::SliderScalar, not in the SliderInt or SliderFloat... Just becase realisation of any slider is a call(s) to the SliderScalar method