Flutter Windows Embedder
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 class  flutter::WindowStateEvent {
  flutter::kShow ,
  flutter::kHide ,
  flutter::kFocus ,
  flutter::kUnfocus
}
 An event representing a change in window state that may update the. More...