#pragma once typedef enum { DesktopMainEventOpenLockMenu, DesktopMainEventOpenArchive, DesktopMainEventOpenFavorite, DesktopMainEventOpenMenu, DesktopMainEventOpenDebug, DesktopMainEventUpdate, DesktopMainEventUnlocked, DesktopMainEventRightShort, DesktopMainEventCheckAnimation, DesktopMainEventNewIdleAnimation, DesktopMainEventInteractAnimation, DesktopMainEventBeforeAppStarted, DesktopMainEventAfterAppFinished, DesktopLockedEventUnlock, DesktopLockedEventCheckAnimation, DesktopLockedEventMax, DesktopDebugEventDeed, DesktopDebugEventWrongDeed, DesktopDebugEventSaveState, DesktopDebugEventExit, DesktopFirstStartCompleted, DesktopFirstStartPoweroff, DesktopLockMenuEventLock, DesktopLockMenuEventPinLock, DesktopLockMenuEventExit, } DesktopEvent;