Code: Select all
do_stuff()
# Wait for click and DO NOT continue if user has not clicked
# When user clicks:
do_other_stuff()
end()
Jede Hilfe wäre sehr dankbar.
Code: Select all
do_stuff()
# Wait for click and DO NOT continue if user has not clicked
# When user clicks:
do_other_stuff()
end()