desktop_events.h 891 B

123456789101112131415161718192021222324252627282930
  1. #pragma once
  2. typedef enum {
  3. DesktopMainEventOpenLockMenu,
  4. DesktopMainEventOpenArchive,
  5. DesktopMainEventOpenFavorite,
  6. DesktopMainEventOpenMenu,
  7. DesktopMainEventOpenDebug,
  8. DesktopMainEventUnlocked,
  9. DesktopMainEventRightShort,
  10. DesktopMainEventCheckAnimation,
  11. DesktopMainEventNewIdleAnimation,
  12. DesktopMainEventInteractAnimation,
  13. DesktopMainEventBeforeAppStarted,
  14. DesktopMainEventAfterAppFinished,
  15. DesktopLockedEventUnlock,
  16. DesktopLockedEventUpdate,
  17. DesktopLockedEventInputReset,
  18. DesktopLockedEventCheckAnimation,
  19. DesktopLockedEventMax,
  20. DesktopDebugEventDeed,
  21. DesktopDebugEventWrongDeed,
  22. DesktopDebugEventSaveState,
  23. DesktopDebugEventExit,
  24. DesktopFirstStartCompleted,
  25. DesktopFirstStartPoweroff,
  26. DesktopLockMenuEventLock,
  27. DesktopLockMenuEventPinLock,
  28. DesktopLockMenuEventExit,
  29. } DesktopEvent;