Button Events


Button Events

Button events are the most common events in the launcher. They let you react when the user interacts with a standard button.

On Click

Fires when the button is clicked or activated. This is the main event you’ll use for navigation, launching files, logging in, opening pages, and running action chains.

On Hover

Fires when the mouse moves over the button. Useful for hover sounds, tooltip behaviour, previews, or showing extra information before the user clicks.