MCPcopy Create free account
hub / github.com/doldecomp/mkdd / calc

Method calc

src/Osako/NameEntryHelper.cpp:79–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void NameEntryHelper::calc() {
80 switch(mAction) {
81 case 1:
82 mAction = 2;
83 break;
84 case 2:
85 edit();
86 break;
87 }
88 for (int i = 0; i < 3; i++) {
89 mDrums[i]->calc();
90 }
91}
92
93void NameEntryHelper::draw(J2DGrafContext *pGraf) {
94 switch(mAction) {

Callers

nothing calls this directly

Calls 5

startSystemSeMethod · 0.80
getAsciiTextureMethod · 0.80
setFrameMethod · 0.45
changeTextureMethod · 0.45
animationMethod · 0.45

Tested by

no test coverage detected