InputBehaviorbuttonLongPressExpiresIn Property | 
            Time in seconds after a long press is registered after which it will expire and no longer return true for any button events.
            For example: If you want the press to expire 2 seconds after the press first registers true, set this value to 2.
            [0 = Never expires]
            
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float buttonLongPressExpiresIn { get; set; }Property Value
Single
See Also