mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
every rule in ui_darwin.h
|
|
SetParent must be followed by SetSuperview and SyncEnableState
|
|
TODO can child cache it?
|
|
adding a child must be followed by a call to SyncEnableState
|
|
SyncEnableState() must call ShouldStopSyncEnableState() first thing
|
|
Enable() and Disable() must call SyncEnableState() AFTER CHANGING WHAT Enabled() WILL RETURN
|