declui v0.2.0 (2020-05-09T15:34:16Z)
Dub
Repo
IMenuButton.onClick
declui
components
menu
IMenuButton
Sets the callback that is executed when the button is clicked.
void
delegate
()
onClick
()
void
onClick
(void delegate() callback)
interface
IMenuButton
void
onClick
(
void
delegate
(
)
callback
)
Meta
Source
See Implementation
declui
components
menu
IMenuButton
functions
onClick
text
Sets the callback that is executed when the button is clicked.