You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Sep 30, 2024
·
8 revisions
adds a new listener to button press events
JS
client.onPress(async(ctx)=>{console.log("any button has been pressed");});client.onPress("my_button",async(ctx)=>{console.log("my button has been pressed");});