Skip to content

vsgDynamicWindows broken on Windows #333

Description

@AnyOldName3

As we've discussed in the context of the Win32 window resizing problem, the message pump (implemented in vsg::Win32_Window::pollEvents) needs to be called on the same thread as owns a window to affect that window. The child windows in the vsgDynamicWindows example are created in loader threads, and those threads don't run message pumps, so messages never reach those windows, and they freeze (both literally and in the didn't handle any window messages for five seconds Win32 definition).

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions