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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h353 ImGuiItemFlags_ButtonRepeat = 1 << 1, // false // Button() will return true multiple times based on io.KeyRepeatDelay and io.KeyRepeatRate settings. enumerator in enum:ImGuiItemFlags_
H A Dimgui_widgets.cpp565 if (window->DC.ItemFlags & ImGuiItemFlags_ButtonRepeat)
640 if (window->DC.ItemFlags & ImGuiItemFlags_ButtonRepeat)
H A Dimgui.cpp5733 PushItemFlag(ImGuiItemFlags_ButtonRepeat, repeat);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h353 ImGuiItemFlags_ButtonRepeat = 1 << 1, // false // Button() will return true multiple times based on io.KeyRepeatDelay and io.KeyRepeatRate settings. enumerator in enum:ImGuiItemFlags_
H A Dimgui_widgets.cpp565 if (window->DC.ItemFlags & ImGuiItemFlags_ButtonRepeat)
640 if (window->DC.ItemFlags & ImGuiItemFlags_ButtonRepeat)
H A Dimgui.cpp5733 PushItemFlag(ImGuiItemFlags_ButtonRepeat, repeat);

Completed in 67 milliseconds