mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
Clean up and fixes.
--HG-- branch : dev-2.1-transformable-node
This commit is contained in:
@@ -29,9 +29,8 @@ enum NODE_FLAGS_VALUES {
|
||||
NODE_FLAG_DIRTY_POLY = (1<<20),
|
||||
NODE_FLAG_WINDOW = (1<<21),
|
||||
NODE_FLAG_POSITION_DIRTY = (1<<22),
|
||||
NODE_FLAG_TRANFORM_DIRTY = (1<<23),
|
||||
NODE_FLAG_TRANFORM_INVERT_DIRTY = (1<<24),
|
||||
NODE_FLAG_FREE_USE = (1<<25)
|
||||
NODE_FLAG_POLYGON_DIRTY = (1<<23),
|
||||
NODE_FLAG_FREE_USE = (1<<24)
|
||||
};
|
||||
|
||||
#define UI_HALIGN_LEFT TEXT_ALIGN_LEFT
|
||||
|
||||
@@ -542,7 +542,9 @@ class EE_API UINode : public Transformable {
|
||||
|
||||
Sizei getSkinSize( UISkin * Skin, const Uint32& State = UISkinState::StateNormal );
|
||||
|
||||
Rectf getRectf();
|
||||
Rectf getScreenBounds();
|
||||
|
||||
Rectf getLocalBounds();
|
||||
|
||||
void drawHighlightFocus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user