Verse Library verse

05 Fragment

Subscribes a device to a button interaction event and prints a message on press.

verse-library/verse-events-device-events/05-fragment.verse

OnBegin<override>()<suspends> : void =
        StartButton.InteractedWithEvent.Subscribe(OnButtonPressed)

    OnButtonPressed(Agent : agent) : void =
        Print("Button pressed!")

Comments

    Sign in to vote, comment, or suggest an edit. Sign in