Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetMouseButtonDown
Method
GetMouseButtonDown
Source/Engine/Input/Input.cpp:498–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
bool Input::GetMouseButtonDown(const MouseButton button)
499
{
500
return Mouse ? Mouse->GetButtonDown(button) : false;
501
}
502
503
bool Input::GetMouseButtonUp(const MouseButton button)
504
{
Callers
2
Update
Method · 0.45
Update
Method · 0.45
Calls
1
GetButtonDown
Method · 0.80
Tested by
no test coverage detected