ppisa commented on issue #18566:
URL: https://github.com/apache/nuttx/issues/18566#issuecomment-5156241548
As for `mwexample`, there seems to be problem with widows dragging at least
on my build. I think that it is caused by busyloop in
`microwindows/src/mwin/winmain.c::MwSelect`
```
int poll = (!canBlock || dragwp); /* just poll if
can't block or window move in progress*/
if (!poll)
```
To @Acfboy, please, if you find time try what happens when the events are
wait for even during dragging. It would be ideal if the updates are called only
as application really ask them (i.e. in response to timer) or when there is
input (mouse, keyboard) event.
--
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]