HomeSort by: relevance | last modified time | path
    Searched defs:PushButtonRepeat (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 510 - 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.
5731 void ImGui::PushButtonRepeat(bool repeat)
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 510 - 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.
5731 void ImGui::PushButtonRepeat(bool repeat)

Completed in 53 milliseconds