Searched refs:button_flags (Results 1 – 3 of 3) sorted by relevance
/third_party/libinput/src/ |
D | evdev-tablet-pad-leds.c | 355 WacomButtonFlags button_flags) in pad_find_button_group() argument 369 (button_flags & WACOM_BUTTON_DIRECTION)) in pad_find_button_group()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 3450 ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; in InputScalar() local 3454 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) in InputScalar() 3460 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) in InputScalar() 5877 ImGuiButtonFlags button_flags = ImGuiTreeNodeFlags_None; in TreeNodeBehavior() local 5879 button_flags |= ImGuiButtonFlags_AllowItemOverlap; in TreeNodeBehavior() 5881 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; in TreeNodeBehavior() 5890 button_flags |= ImGuiButtonFlags_NoKeyModifiers; in TreeNodeBehavior() 5902 button_flags |= ImGuiButtonFlags_PressedOnClick; in TreeNodeBehavior() 5904 … button_flags |= ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnDoubleClick; in TreeNodeBehavior() 5906 button_flags |= ImGuiButtonFlags_PressedOnClickRelease; in TreeNodeBehavior() [all …]
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 2677 ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; in InputScalar() local 2679 button_flags |= ImGuiButtonFlags_Disabled; in InputScalar() 2681 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) in InputScalar() 2687 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) in InputScalar() 4818 ImGuiButtonFlags button_flags = ImGuiButtonFlags_NoKeyModifiers; in TreeNodeBehavior() local 4820 button_flags |= ImGuiButtonFlags_AllowItemOverlap; in TreeNodeBehavior() 4822 …button_flags |= ImGuiButtonFlags_PressedOnDoubleClick | ((flags & ImGuiTreeNodeFlags_OpenOnArrow) … in TreeNodeBehavior() 4824 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; in TreeNodeBehavior() 4828 bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); in TreeNodeBehavior() 5067 ImGuiButtonFlags button_flags = 0; in Selectable() local [all …]
|