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

Method GetKey

Source/Engine/UI/GUI/RootControl.cs:194–194  ·  view source on GitHub ↗

Gets keyboard key state. Key to check. True while the user holds down the key identified by id.

(KeyboardKeys key)

Source from the content-addressed store, hash-verified

192 /// <param name="key">Key to check.</param>
193 /// <returns>True while the user holds down the key identified by id.</returns>
194 public abstract bool GetKey(KeyboardKeys key);
195
196 /// <summary>
197 /// Gets keyboard key down state.

Callers 4

OnMouseWheelMethod · 0.45
OnMouseDownMethod · 0.45
OnMouseWheelMethod · 0.45
OnKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected