#pragma once typedef enum { DesktopMainEventOpenLockMenu, DesktopMainEventOpenArchive, DesktopMainEventOpenMenu, DesktopMainEventOpenDebug, DesktopMainEventOpenPowerOff, DesktopMainEventLockKeypad, DesktopMainEventLockWithPin, DesktopLockedEventOpenPowerOff, DesktopLockedEventUnlocked, DesktopLockedEventUpdate, DesktopLockedEventShowPinInput, DesktopPinInputEventResetWrongPinLabel, DesktopPinInputEventUnlocked, DesktopPinInputEventUnlockFailed, DesktopPinInputEventBack, DesktopPinTimeoutExit, DesktopDebugEventDeed, DesktopDebugEventWrongDeed, DesktopDebugEventSaveState, DesktopDebugEventExit, DesktopLockMenuEventSettings, DesktopLockMenuEventLock, DesktopLockMenuEventLockPin, DesktopLockMenuEventLockPinOff, DesktopLockMenuEventXtreme, DesktopLockMenuEventStealthModeOn, DesktopLockMenuEventStealthModeOff, DesktopAnimationEventCheckAnimation, DesktopAnimationEventNewIdleAnimation, DesktopAnimationEventInteractAnimation, DesktopSlideshowCompleted, DesktopSlideshowPoweroff, // Global events DesktopGlobalBeforeAppStarted, DesktopGlobalAfterAppFinished, DesktopGlobalAutoLock, } DesktopEvent;