1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 22:20:06 +00:00
msfs-popout-panel-manager/FsConnector/Enums.cs

29 lines
409 B
C#
Raw Normal View History

2022-01-27 13:40:04 +00:00

namespace MSFSPopoutPanelManager.FsConnector
{
public enum SimConnectDefinition
{
SimConnectDataStruct
}
public enum NotificationGroup
{
GROUP0,
}
public enum DataRequest
{
REQUEST_1
}
public enum SimConnectSystemEvent
{
FOURSECS,
SIMSTART,
SIMSTOP,
FLIGHTLOADED,
VIEW,
PAUSED
};
}