diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-01-11 19:00:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 19:00:04 -0800 |
| commit | 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (patch) | |
| tree | d56016fab9d536e646ebde852dd8ef2ad81ba732 /include/JSystem/J2DGraph/J2DPane.h | |
| parent | 6e76f12dd3b49acc9b682eeb811dbec64bc3519c (diff) | |
J2DGraph debug (#3028)
* J2DGraph debug
* J2DGraph debug
Diffstat (limited to 'include/JSystem/J2DGraph/J2DPane.h')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index c66e10d668..409b2257e7 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -174,6 +174,7 @@ public: void show() { mVisible = true; } void hide() { mVisible = false; } + bool isInfluencedAlpha() const { return mIsInfluencedAlpha; } bool isConnectParent() const { return mConnected; } u64 getUserInfo() const { return mUserInfoTag; } |
