MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Internal_OnKeyUp

Method Internal_OnKeyUp

Source/Engine/Platform/Window.cs:226–230  ·  view source on GitHub ↗
(KeyboardKeys key)

Source from the content-addressed store, hash-verified

224 }
225
226 internal void Internal_OnKeyUp(KeyboardKeys key)
227 {
228 KeyUp?.Invoke(key);
229 GUI.OnKeyUp(key);
230 }
231
232 internal void Internal_OnMouseDown(ref Float2 mousePos, MouseButton button)
233 {

Callers

nothing calls this directly

Calls 1

OnKeyUpMethod · 0.45

Tested by

no test coverage detected