Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ IsMouseLeftDown
Method
IsMouseLeftDown
engine/Poseidon/Input/InputSubsystem.cpp:694–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
692
693
bool InputSubsystem::IsMouseLeftDown() const
694
{
695
return GInput.mouse.left;
696
}
697
bool InputSubsystem::IsMouseRightDown() const
698
{
699
return GInput.mouse.right;
700
}
Callers
15
MouseLeft
Method · 0.80
OnLButtonClick
Method · 0.80
OnLButtonClick
Method · 0.80
Init
Method · 0.80
OnSimulate
Method · 0.80
PollPointerActionClick
Method · 0.80
OnMouseMove
Method · 0.80
OnMouseHold
Method · 0.80
OnKeyDown
Method · 0.80
OnMouseMove
Method · 0.80
OnMouseHold
Method · 0.80
OnMouseMove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected