Merge pull request #2138 from aws-lumberyard-dev/cgalvan/AutoExpandNewInputEventGroups
Make new input event groups auto-expanded by default.
This commit is contained in:
@@ -37,6 +37,7 @@ namespace StartingPointInput
|
||||
editContext->Class<InputEventGroup>("InputEventGroup", "Groups input bindings by the event they generate")
|
||||
->ClassElement(AZ::Edit::ClassElements::EditorData, "")
|
||||
->Attribute(AZ::Edit::Attributes::NameLabelOverride, &InputEventGroup::GetEditorText)
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->DataElement(0, &InputEventGroup::m_eventName, "Event Name", "The event generated by the collection of Input Bindings")
|
||||
->Attribute(AZ::Edit::Attributes::ChangeNotify, AZ_CRC("RefreshAttributesAndValues"))
|
||||
->DataElement(0, &InputEventGroup::m_inputHandlers, "Event Generators", "Handlers that generate named events")
|
||||
|
||||
Reference in New Issue
Block a user