MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / pad_pressed

Function pad_pressed

src/SB/Game/zTalkBox.cpp:1682–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680namespace
1681{
1682 static U32* pad_pressed()
1683 {
1684 if (shared.permit & 2)
1685 {
1686 return &globals.pad0->pressed;
1687 }
1688
1689 static U32 zero;
1690 zero = 0;
1691 return &zero;
1692 }
1693
1694}; // namespace
1695void ztalkbox::render_all()

Callers 2

update_allMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected