MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / IsMouseClicked

Method IsMouseClicked

imgui_tiny_app/imgui/imgui.cpp:10509–10512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10507}
10508
10509bool ImGui::IsMouseClicked(ImGuiMouseButton button, bool repeat)
10510{
10511 return IsMouseClicked(button, repeat ? ImGuiInputFlags_Repeat : ImGuiInputFlags_None, ImGuiKeyOwner_Any);
10512}
10513
10514bool ImGui::IsMouseClicked(ImGuiMouseButton button, ImGuiInputFlags flags, ImGuiID owner_id)
10515{

Callers

nothing calls this directly

Calls 1

MouseButtonToKeyFunction · 0.85

Tested by

no test coverage detected