Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::HotkeyDescription Struct Reference

Public Types

enum  Scope { SCOPE_GLOBAL = 3 , SCOPE_WINDOW = 2 , SCOPE_WIDGET = 1 }
 

Public Member Functions

 HotkeyDescription (const AZ::u32 hotkeyIDCRC, const AZStd::string &defHotkey, const AZStd::string &desc, const AZStd::string &category, int wgid, const Scope scope)
 

Public Attributes

AZ::u32 m_HotKeyIDCRC
 
AZStd::string m_defaultKey
 
AZStd::string m_currentKey
 
AZStd::string m_description
 
AZStd::string m_category
 
Scope m_scope
 
int m_WindowGroupID
 

The documentation for this struct was generated from the following file: