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
Sertain has a handy dandy event bus. It might be nice to adapt input devices and OI controls to these events
onClick(button) {
// Code to run on button click
}
(It would be nicer to use button as the receiver, but that space is occupied by CoroutineScope unfortunately. This allows the subscription to be canceled with the parent coroutine.)
The text was updated successfully, but these errors were encountered:
Sertain has a handy dandy event bus. It might be nice to adapt input devices and OI controls to these events
(It would be nicer to use
button
as the receiver, but that space is occupied byCoroutineScope
unfortunately. This allows the subscription to be canceled with the parent coroutine.)The text was updated successfully, but these errors were encountered: