Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetMouseButton
Method
GetMouseButton
Source/Engine/Input/Input.cpp:493–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
bool Input::GetMouseButton(const MouseButton button)
494
{
495
return Mouse ? Mouse->GetButton(button) : false;
496
}
497
498
bool Input::GetMouseButtonDown(const MouseButton button)
499
{
Callers
7
OnMouseMove
Method · 0.45
OnMouseMove
Method · 0.45
OnKeyDown
Method · 0.45
Gather
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Calls
1
GetButton
Method · 0.45
Tested by
no test coverage detected