Skip to content

Make width of Window class flexible #20

@Tomen

Description

@Tomen

Right now, the width of an Window object ist set at constructor time. This should be made flexible.

Current code looks like this:

Window chatWindow = new Window(250);
chatWindow.x = 10;
chatWindow.y = _debugWindow.y + _debugWindow.height + 10;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions