Skip to content

raylib::Window::GetSize() is not const. #176

@Mojert

Description

@Mojert

Hi !

raylib::Window::GetSize() is not const even though it only uses the GetWidth() and GetHeight() methods, which are both const.

raylib::Window::GetSize() is also the only getter that is not marked as const, so I think this is an oversight rather than a design choice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions