opentk / GLWpfControl

A fast native control for OpenTK 4.x + 3.x on WPF.
MIT License
201 stars 49 forks source link

OpenTkControl_OnRender not being called #147

Open ping11700 opened 3 weeks ago

ping11700 commented 3 weeks ago

``

``

OpenTkControl in wpf window, OnRender not being called while dragMove that window.

NogginBops commented 3 weeks ago

Do any other controls paint dynamically while the window is moving?

This is a limitation in windows that makes it pretty hard to deal with repainting windows while they are moving. If regular WPF controls support drawing while the window is moving we can try and support that too, but otherwise we are aiming to do what most WPF controls do.

ping11700 commented 3 weeks ago

wpf window not call OnRender while being dragmoved, what should we do that video in OpenTkControl cant render with the window's moving.