MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / IsJoystickEnabled

Method IsJoystickEnabled

engine/Poseidon/Input/InputSubsystem.cpp:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800bool InputSubsystem::IsJoystickEnabled() const
801{
802 return GInput.gamepad.enabled;
803}
804bool InputSubsystem::IsJoystickThrustActive() const
805{
806 if (!GInput.gamepad.enabled)
807 return false;

Callers 5

DisplayConfigureMethod · 0.80
RefreshLanguageMethod · 0.80
OnButtonClickedMethod · 0.80
AppIdleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected