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

Method GetKey

Source/Engine/Input/Input.cpp:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440bool Input::GetKey(const KeyboardKeys key)
441{
442 return Keyboard ? Keyboard->GetKey(key) : false;
443}
444
445bool Input::GetKeyDown(const KeyboardKeys key)
446{

Callers 15

BuildAllMeshesSDFMethod · 0.45
OnMouseMoveMethod · 0.45
OnMouseDownMethod · 0.45
OnKeyDownMethod · 0.45
OnMouseMoveMethod · 0.45
OnMouseLeaveMethod · 0.45
OnMouseUpMethod · 0.45
OnUpdateMethod · 0.45
OnDragDropHeaderMethod · 0.45
UpdateRubberBandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected