You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/05 17:00:52 UTC

[GitHub] [incubator-nuttx] v01d opened a new issue #3410: AUTO-RAISE DISABLED

v01d opened a new issue #3410:
URL: https://github.com/apache/incubator-nuttx/issues/3410


   ```
     Description: Auto-raise is currently disabled.  The reason is complex:
                  - Most touchscreen controls send touch data a high rates
                  - In multi-server mode, touch events get queued in a message
                    queue.
                  - The logic that receives the messages performs the auto-raise.
                    But it can do stupid things after the first auto-raise as
                    it operates on the stale data in the message queue.
                  I am thinking that auto-raise ought to be removed from NuttX
                  and moved out into a graphics layer (like NxWM) that knows
                  more about the appropriate context to do the autoraise.
     Status:      Open
     Priority:    Medium low
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org