Hey!
Is where anyway to „link“ a user action to the „Toggle Masks“ button in the IO Cards?
It would be awesome simply to push on button on your controller and toggle all masks
Hey!
Is where anyway to „link“ a user action to the „Toggle Masks“ button in the IO Cards?
It would be awesome simply to push on button on your controller and toggle all masks
You can do it like me.
It working in my ipad.
Important note: the id of the button must match the id of the newly added Js
<script>
userJs1=()=>{
document.getElementById("toggle").click();
}
</script>
Like the photo:
Yeay it works!
Thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.