MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsMouseClicked

Method IsMouseClicked

KBotExt/imgui/imgui.cpp:8285–8288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8283}
8284
8285bool ImGui::IsMouseClicked(ImGuiMouseButton button, bool repeat)
8286{
8287 return IsMouseClicked(button, ImGuiKeyOwner_Any, repeat ? ImGuiInputFlags_Repeat : ImGuiInputFlags_None);
8288}
8289
8290bool ImGui::IsMouseClicked(ImGuiMouseButton button, ImGuiID owner_id, ImGuiInputFlags flags)
8291{

Callers

nothing calls this directly

Calls 1

MouseButtonToKeyFunction · 0.85

Tested by

no test coverage detected