d_metronome work

This commit is contained in:
Jasper St. Pierre
2023-10-21 13:35:32 -07:00
parent d270c07876
commit 21fae08883
10 changed files with 652 additions and 32 deletions
+7
View File
@@ -16,6 +16,13 @@ public:
mbClipToParent = false;
}
J2DScreen()
: J2DPane(NULL, true, 'root', JGeometry::TBox2<f32>(0.0f, 0.0f, 640.0f, 480.0f))
, mColor()
{
mbClipToParent = false;
}
virtual ~J2DScreen();
virtual u16 getTypeID() { return 0x08; }
virtual void calcMtx() { makeMatrix(mBounds.i.x, mBounds.i.y); }