Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
bool Input::GetKey(const KeyboardKeys key)
441
{
442
return Keyboard ? Keyboard->GetKey(key) : false;
443
}
444
445
bool Input::GetKeyDown(const KeyboardKeys key)
446
{
Callers
15
BuildAllMeshesSDF
Method · 0.45
HandleDragDropParameters
Method · 0.45
UpdateSelectionRectangle
Method · 0.45
OnMouseMove
Method · 0.45
OnMouseDown
Method · 0.45
OnKeyDown
Method · 0.45
OnMouseMove
Method · 0.45
OnMouseLeave
Method · 0.45
OnMouseUp
Method · 0.45
OnUpdate
Method · 0.45
OnDragDropHeader
Method · 0.45
UpdateRubberBand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected