Code: Select all
Window->setPosition( UVector2 ( cegui_reldim ( 0 ), cegui_reldim ( 0 ) ) );
Window->setSize ( UVector2 ( cegui_reldim ( 0.125f ), cegui_reldim ( 0.125f ) ) );
I really hate this method because i can't achieve the results i want, i've looked around and none of the old methods work anymore. I want to specify the exact coordinates myself, like for position and size by absolute pixels.
Any help you can give me is greatly appreciated. Thanks.