MCPcopy 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
693bool InputSubsystem::IsMouseLeftDown() const
694{
695 return GInput.mouse.left;
696}
697bool InputSubsystem::IsMouseRightDown() const
698{
699 return GInput.mouse.right;
700}

Callers 15

MouseLeftMethod · 0.80
OnLButtonClickMethod · 0.80
OnLButtonClickMethod · 0.80
InitMethod · 0.80
OnSimulateMethod · 0.80
OnMouseMoveMethod · 0.80
OnMouseHoldMethod · 0.80
OnKeyDownMethod · 0.80
OnMouseMoveMethod · 0.80
OnMouseHoldMethod · 0.80
OnMouseMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected