We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GOTO: Talk to Richard (@AlphaRLee) if you are stuck
TODO: Have a second design meeting about the topic
AC:
button("Button label", on_button_click)
button_print_text("Button label", "Text")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GOTO: Talk to Richard (@AlphaRLee) if you are stuck
TODO: Have a second design meeting about the topic
AC:
button("Button label", on_button_click)
that receives a user-defined function with no args and triggers it when pressedbutton_print_text("Button label", "Text")
that prints the given text in font size 32 in the center of the screenThe text was updated successfully, but these errors were encountered: