Added a tooltip for the listen button.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
|||||||
panel.CustomControl.SlotsHorizontally = 2;
|
panel.CustomControl.SlotsHorizontally = 2;
|
||||||
panel.CustomControl.SlotsVertically = 1;
|
panel.CustomControl.SlotsVertically = 1;
|
||||||
|
|
||||||
var button = panel.Button("Listen");
|
var button = panel.Button("Listen", "Press to listen for input events");
|
||||||
_button = button.Button;
|
_button = button.Button;
|
||||||
_button.Clicked += OnButtonClicked;
|
_button.Clicked += OnButtonClicked;
|
||||||
ResetButton();
|
ResetButton();
|
||||||
|
|||||||
Reference in New Issue
Block a user