Searched refs:clicked (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp407 static int clicked = 0; local in function:ShowDemoWindowWidgets
409 clicked++;
410 if (clicked & 1)
584 int node_clicked = -1; // Temporary storage of what node we have clicked to process selection at the end of the loop. May be a pointer to your own node type, etc.
811 // - The one taking "bool selected" as a read-only selection information. When Selectable() has been clicked is returns true and you can alter selection state accordingly.
1546 "IsItemActive() after begin = %d (== is window being clicked/moved)\n",
2482 ImGui::Text("Mouse clicked:"); for (int i = 0; i < IM_ARRAYSIZE(io.MouseDown); i++) if (ImGui::IsMouseClicked(i)) { ImGui::SameLine(); ImGui::Text("b%d", i); }
2483 ImGui::Text("Mouse dbl-clicked:"); for (int i = 0; i < IM_ARRAYSIZE(io.MouseDown); i++) if (ImGui::IsMouseDoubleClicked(i)) { ImGui::SameLine(); ImGui::Text("b%d", i); }
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md1236 when clicked on, and the ButtonPress event will be correctly
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1599 If present a window will be raised on top of others when clicked on, and the

Completed in 15 milliseconds