Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SubmitFocused
Method
SubmitFocused
Source/Engine/UI/GUI/RootControl.cs:121–124 ·
view source on GitHub ↗
Submits the currently focused control.
()
Source
from the content-addressed store, hash-verified
119
/// Submits the currently focused control.
120
/// </summary>
121
public void SubmitFocused()
122
{
123
FocusedControl?.OnSubmit();
124
}
125
126
#endregion
127
Callers
3
OnKeyDown
Method · 0.80
OnKeyDown
Method · 0.80
OnKeyDown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected