Navigation
API > API/Runtime > API/Runtime/ApplicationCore
| Name | EWindowActivation |
| Type | enum |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h |
| Include Path | #include "GenericPlatform/GenericApplicationMessageHandler.h" |
Syntax
enum EWindowActivation
{
Activate,
ActivateByMouse,
Deactivate,
}
Values
| Name | Remarks |
|---|---|
| Activate | |
| ActivateByMouse | |
| Deactivate |