1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2025-02-16 16:34:28 +01:00
msfs-popout-panel-manager/FsConnector/ActionEvent.cs

14 lines
256 B
C#
Raw Normal View History

2022-01-27 14:40:04 +01:00
namespace MSFSPopoutPanelManager.FsConnector
{
public enum ActionEvent
{
KEY_MASTER_BATTERY_SET,
KEY_ALTERNATOR_SET,
KEY_AVIONICS_MASTER_SET,
2022-04-25 17:26:28 +02:00
KEY_AVIONICS_MASTER_2_SET,
LIGHT_POTENTIOMETER_2_SET
2022-01-27 14:40:04 +01:00
}
}