Please contact us if you have any trouble resetting your password.
The problem that occures here is that the event loop is flooded with OS specific events that tells the Window that it's position has changed. If you are on Windows for example you will always stay in the
while(true) { if(PeekMessage) { TranslateMessage; DispatchMessage; }…