MCPcopy Create free account
hub / github.com/cinder/Cinder / IsMouseClicked

Method IsMouseClicked

src/imgui/imgui.cpp:9695–9698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9693}
9694
9695bool ImGui::IsMouseClicked(ImGuiMouseButton button, bool repeat)
9696{
9697 return IsMouseClicked(button, repeat ? ImGuiInputFlags_Repeat : ImGuiInputFlags_None, ImGuiKeyOwner_Any);
9698}
9699
9700bool ImGui::IsMouseClicked(ImGuiMouseButton button, ImGuiInputFlags flags, ImGuiID owner_id)
9701{

Callers

nothing calls this directly

Calls 1

MouseButtonToKeyFunction · 0.85

Tested by

no test coverage detected