Searched refs:ButtonBehavior (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp371 // - ButtonBehavior() [Internal]
388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) function in class:ImGui
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags);
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags);
673 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
699 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None);
784 ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_NoNavFocus);
893 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
925 bool pressed = ButtonBehavior(total_b
[all...]
H A Dimgui_internal.h85 typedef int ImGuiButtonFlags; // -> enum ImGuiButtonFlags_ // Flags: for ButtonEx(), ButtonBehavior()
802 ImVec2 ActiveIdClickOffset; // Clicked offset from upper-left corner, if applicable (currently only set by ButtonBehavior)
1471 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);
H A Dimgui.cpp4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
8421 ButtonBehavior(column_rect, column_id, &hovered, &held);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp371 // - ButtonBehavior() [Internal]
388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) function in class:ImGui
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags);
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags);
673 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
699 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None);
784 ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_NoNavFocus);
893 bool pressed = ButtonBehavior(bb, id, &hovered, &held);
925 bool pressed = ButtonBehavior(total_b
[all...]
H A Dimgui_internal.h85 typedef int ImGuiButtonFlags; // -> enum ImGuiButtonFlags_ // Flags: for ButtonEx(), ButtonBehavior()
802 ImVec2 ActiveIdClickOffset; // Clicked offset from upper-left corner, if applicable (currently only set by ButtonBehavior)
1471 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);
H A Dimgui.cpp4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
8421 ButtonBehavior(column_rect, column_id, &hovered, &held);

Completed in 55 milliseconds