/ src / modules / Workspaces / workspaces-common / InvokePoint.h
InvokePoint.h
1  #pragma once
2  
3  /* sync with WorkspacesEditor */
4  enum InvokePoint
5  {
6  	EditorButton = 0,
7  	Shortcut,
8  	LaunchAndEdit,
9  };