Added comment in event.inc for simple menus in dynmultichoice (#7568)

This commit is contained in:
Ruby 2025-08-18 03:50:23 +08:00 committed by GitHub
parent f998ec8ea8
commit 7b8edfa631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1875,6 +1875,7 @@
@ Displays a multichoice box from which the user can choose a selection, and blocks script execution until a selection is made.
@ Lists of options are provided in argv.
@ If ignoreBPress is set to a non-zero value, then the user will not be allowed to back out of the multichoice with the B button.
@ For a simple menu supply DYN_MULTICHOICE_CB_NONE in callbacks.
.macro dynmultichoice left:req, top:req, ignoreBPress:req, maxBeforeScroll:req, initialSelected:req, callbacks:req argv:vararg
_dynmultichoice \left, \top, \ignoreBPress, \maxBeforeScroll, FALSE, \initialSelected, \callbacks, \argv
.endm