ppisa commented on issue #18566:
URL: https://github.com/apache/nuttx/issues/18566#issuecomment-4782626039

   As for quick fix, setup of `CONFIG_HIDMOUSE_DEFPRIO` to 120 is no problem. 
But generally graphic applications should have lower priority than typical 
control ones. So may be specification of MWin test application as 40 could be 
reasonable choice. But busy-loop should be solved anyway in longer term run.
   
   When I analyze the dragging then it is in the general widow processing, 
windefw.c:DefWindowProc() and without local event loop so it should be possible 
to keep main even loop running with some delays and timers. There is critical 
to undo drag box xor before painting and redo it afterwards but it should be 
possible to keep main loop running with wait for events, timers and users file 
descriptor events registered. So it would wort to do more analysis there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to