Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Internal_OnKeyDown
Method
Internal_OnKeyDown
Source/Engine/Platform/Window.cs:220–224 ·
view source on GitHub ↗
(KeyboardKeys key)
Source
from the content-addressed store, hash-verified
218
}
219
220
internal void Internal_OnKeyDown(KeyboardKeys key)
221
{
222
KeyDown?.Invoke(key);
223
GUI.OnKeyDown(key);
224
}
225
226
internal void Internal_OnKeyUp(KeyboardKeys key)
227
{
Callers
nothing calls this directly
Calls
1
OnKeyDown
Method · 0.45
Tested by
no test coverage detected