BlizzCrafter / MonoGame.Forms

MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Other
287 stars 28 forks source link

Freeze while clicking/moving the title bar #46

Closed Elem8100 closed 4 weeks ago

Elem8100 commented 1 year ago

Lost game's Update( ) Currently each time you click or hold the mouse button or drag the title bar the window will freeze

BlizzCrafter commented 4 weeks ago

When dragging a Windows Forms control, the control’s update mechanism is temporarily suspended to prevent unnecessary updates during the drag operation. This is a default behavior in Windows Forms and ensures a performant application.

Additionally it only happens when clicking or dragging the title bar from my experience. So this shouldn't be a problem.

Sorry for the late reply. If you are feeling that this is still relevant then feel free to reopen this issue.