Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp78 ImGui::PopButtonRepeat(); in draw()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp593 ImGui::PopButtonRepeat(); in ShowDemoWindowWidgets()
2218 if (item_type == 2) { ImGui::PushButtonRepeat(true); ret = ImGui::Button("ITEM: Button"); ImGui::PopButtonRepeat(); } // Testing button (with repeater) in ShowDemoWindowWidgets()
5251 ImGui::PopButtonRepeat();
H A Dimgui.h413 IMGUI_API void PopButtonRepeat();
H A Dimgui.cpp637 - 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.
6688 void ImGui::PopButtonRepeat() in PopButtonRepeat() function in ImGui
/third_party/mesa3d/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() in PopButtonRepeat() function in ImGui

Completed in 68 milliseconds