MCPcopy Create free account
hub / github.com/diasurgical/devilution / IsRightActive

Function IsRightActive

SourceX/controls/modifier_hints.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool IsRightActive(const CircleMenuHint &hint)
70{
71 if (hint.is_dpad)
72 return IsControllerButtonPressed(ControllerButton::BUTTON_DPAD_RIGHT);
73 return IsControllerButtonPressed(ControllerButton::BUTTON_B);
74}
75
76bool IsBottomActive(const CircleMenuHint &hint)
77{

Callers 1

DrawCircleMenuHintFunction · 0.85

Calls 1

Tested by

no test coverage detected