MCPcopy Create free account
hub / github.com/RenderKit/embree / IsMouseClicked

Method IsMouseClicked

tutorials/common/imgui/imgui.cpp:8235–8238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8233}
8234
8235bool ImGui::IsMouseClicked(ImGuiMouseButton button, bool repeat)
8236{
8237 return IsMouseClicked(button, ImGuiKeyOwner_Any, repeat ? ImGuiInputFlags_Repeat : ImGuiInputFlags_None);
8238}
8239
8240bool ImGui::IsMouseClicked(ImGuiMouseButton button, ImGuiID owner_id, ImGuiInputFlags flags)
8241{

Callers

nothing calls this directly

Calls 1

MouseButtonToKeyFunction · 0.85

Tested by

no test coverage detected