Skip to content

Feature request - allow RenderCanvas to set position on the screen #105

@EagleEatApple

Description

@EagleEatApple

So far, when I run pygfx apps, the window's position on the screen changed every time.
Suggest that add a new method in RenderCanvas class, so the method allows developers control the position on the screen.
In case of glfw, my workaround now is:
if isinstance(canvas, GlfwRenderCanvas):
glfw.set_window_pos(canvas._window, 400, 100)

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions