ColorPicker4: hue/alpha bars draw arrows that would look right on all background. RenderArrow helper. (#346)

This commit is contained in:
omar
2017-07-30 16:15:52 +08:00
parent 35186a1165
commit fef8aac523
3 changed files with 34 additions and 5 deletions

View File

@ -202,6 +202,15 @@ enum ImGuiDataType
ImGuiDataType_Float2,
};
enum ImGuiDir
{
ImGuiDir_None = -1,
ImGuiDir_Left = 0,
ImGuiDir_Right = 1,
ImGuiDir_Up = 2,
ImGuiDir_Down = 3,
};
enum ImGuiCorner
{
ImGuiCorner_TopLeft = 1 << 0, // 1