Searched defs:ImGuiItemFlags_ButtonRepeat (Results 1 - 2 of 2) 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_
/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_

Completed in 14 milliseconds