Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleMaster Layout toggle to desktop mode
akioma.MasterLayout.toggleDesktop(true);


Code Block
titleMaster Layout get current mode
const MasterState:DesktopMode = akioma.MasterLayout.getMasterState(); // can return "desktop-mode" or "taskbar-mode"

...