mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 05:31:07 +03:00
feat(ui): add TOOLTIP_ANCHORPOINT
This commit is contained in:
parent
91a4afd976
commit
85b7537faa
@ -98,6 +98,21 @@ enum TextureImageMode {
|
|||||||
ImageMode_Desaturate = 1
|
ImageMode_Desaturate = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum TOOLTIP_ANCHORPOINT {
|
||||||
|
TOOLTIP_ANCHOR_LEFT = 0,
|
||||||
|
TOOLTIP_ANCHOR_RIGHT = 1,
|
||||||
|
TOOLTIP_ANCHOR_BOTTOMLEFT = 2,
|
||||||
|
TOOLTIP_ANCHOR_BOTTOM = 3,
|
||||||
|
TOOLTIP_ANCHOR_BOTTOMRIGHT = 4,
|
||||||
|
TOOLTIP_ANCHOR_TOPLEFT = 5,
|
||||||
|
TOOLTIP_ANCHOR_TOP = 6,
|
||||||
|
TOOLTIP_ANCHOR_TOPRIGHT = 7,
|
||||||
|
TOOLTIP_ANCHOR_CURSOR = 8,
|
||||||
|
TOOLTIP_ANCHOR_NONE = 9,
|
||||||
|
TOOLTIP_ANCHOR_PRESERVE = 10,
|
||||||
|
TOOLTIP_ANCHOR_CURSOR_RIGHT = 11,
|
||||||
|
};
|
||||||
|
|
||||||
struct FRAMEPRIORITY {
|
struct FRAMEPRIORITY {
|
||||||
CSimpleFrame* frame;
|
CSimpleFrame* frame;
|
||||||
uint32_t priority;
|
uint32_t priority;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user