mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:07:42 +00:00
Bug fixes and CGuiFrame mouse events
This commit is contained in:
@@ -21,6 +21,7 @@ CGuiWidget::CGuiWidget(const CGuiWidgetParms& parms)
|
||||
xb6_31_depthTest = true;
|
||||
xb7_24_depthWrite = false;
|
||||
xb7_25_ = true;
|
||||
m_mouseActive = false;
|
||||
RecalcWidgetColor(ETraversalMode::Single);
|
||||
}
|
||||
|
||||
@@ -89,6 +90,8 @@ bool CGuiWidget::GetIsVisible() const { return xb6_25_isVisible; }
|
||||
|
||||
bool CGuiWidget::GetIsActive() const { return xb6_26_isActive; }
|
||||
|
||||
bool CGuiWidget::GetMouseActive() const { return m_mouseActive; }
|
||||
|
||||
void CGuiWidget::InitializeRGBAFactor() {
|
||||
CGuiWidget* child = static_cast<CGuiWidget*>(GetChildObject());
|
||||
if (child)
|
||||
|
||||
Reference in New Issue
Block a user