Skip to content

Make width of Window class flexible #20

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions