xiaoxiang781216 commented on code in PR #3662:
URL: https://github.com/apache/nuttx-apps/pull/3662#discussion_r3789212882
##########
games/brickmatch/bm_main.c:
##########
@@ -1069,10 +1069,7 @@ int main(int argc, FAR char *argv[])
printf(" yres: %u\n", state.vinfo.yres);
printf(" nplanes: %u\n", state.vinfo.nplanes);
- /* Setup the screen information. The board is square and sized to the
- * smaller display dimension after the configured top rows are reserved.
- * Place that square below the reserved rows and horizontally center it.
- */
+ /* Fit the square board below the reserved rows and center it. */
Review Comment:
squash into one patch
##########
games/brickmatch/bm_input_touch.h:
##########
@@ -44,12 +44,7 @@
* Preprocessor Definitions
****************************************************************************/
-/* Tracks the in-progress drag so each dev_read_input() call only has to
- * look at the latest sample, not replay history. Reset on TOUCH_UP so a
- * finger lift always starts the next swipe's baseline fresh; re-baselined
- * (rather than requiring a lift) after firing a direction, so a single
- * continued drag can fire more than one swipe.
- */
+/* Touch origin for the current swipe. */
Review Comment:
squash to previous patch
--
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]