Flutter Windows Embedder
windows_lifecycle_manager.h File Reference
#include <Windows.h>
#include <cstdint>
#include <map>
#include <mutex>
#include <optional>
#include <set>
#include "flutter/shell/platform/common/app_lifecycle_state.h"

Go to the source code of this file.

Classes

class  flutter::WindowsLifecycleManager
 

Namespaces

 flutter
 

Enumerations

enum  flutter::WindowStateEvent {
  flutter::WindowStateEvent::kShow,
  flutter::WindowStateEvent::kHide,
  flutter::WindowStateEvent::kFocus,
  flutter::WindowStateEvent::kUnfocus
}
 An event representing a change in window state that may update the. More...