mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 10:27:40 +00:00
@@ -20,11 +20,11 @@ public:
|
||||
CGuiTextSupport& TextSupport() { return xd4_textSupport; }
|
||||
const CGuiTextSupport& GetTextSupport() const { return xd4_textSupport; }
|
||||
void Update(float dt) override;
|
||||
bool GetIsFinishedLoadingWidgetSpecific() override;
|
||||
bool GetIsFinishedLoadingWidgetSpecific() const override;
|
||||
void SetDimensions(const CVector2f& dim, bool initVBO) override;
|
||||
void ScaleDimensions(const CVector3f& scale) override;
|
||||
void Draw(const CGuiWidgetDrawParms& parms) override;
|
||||
bool TestCursorHit(const CMatrix4f& vp, const CVector2f& point) const override;
|
||||
void Draw(const CGuiWidgetDrawParms& parms) const override;
|
||||
// bool TestCursorHit(const CMatrix4f& vp, const CVector2f& point) const override;
|
||||
|
||||
private:
|
||||
CGuiTextSupport xd4_textSupport;
|
||||
|
||||
Reference in New Issue
Block a user