UI:InputConceptEvent

UI:InputConceptEvent(eventType: UIInputActionEventType, action: UIInputAction)

Parameters

Name Type Description
eventType UIInputActionEventType
action UIInputAction

Example

Hooks:Install('UI:InputConceptEvent', 1, function(hook, eventType, action)
    -- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)