Searched refs:PopButtonRepeat (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h324 IMGUI_API void PopButtonRepeat();
H A Dimgui_demo.cpp450 ImGui::PopButtonRepeat();
H A Dimgui.cpp510 - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons.
5736 void ImGui::PopButtonRepeat() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h324 IMGUI_API void PopButtonRepeat();
H A Dimgui.cpp510 - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons.
5736 void ImGui::PopButtonRepeat() function in class:ImGui

Completed in 54 milliseconds