Template:I Button: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (→‎top: Substituted IO templates)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Lock'''
{{ScrollBox|title=Button|
: Lock the button, preventing it from functioning.
{{I|Lock|Lock the button, preventing it from functioning.}}
* '''Unlock'''
{{I|Unlock|Unlock the button, allowing it to function.}}
: Unlock the button, allowing it to function.
{{I|Press|Activate the button as if it was pressed.}}
* '''Press'''
{{I|PressIn|Activate the button as if it was pressed, sending it to the bottom position.}}
: Activate the button, as if it was pressed.
{{I|PressOut|Unpress the button, sending it to the top position.}}
}}<noinclude>
[[Category:Input Templates|Button]]
</noinclude>

Latest revision as of 12:54, 21 April 2025

Button:
Lock
Lock the button, preventing it from functioning.
Unlock
Unlock the button, allowing it to function.
Press
Activate the button as if it was pressed.
PressIn
Activate the button as if it was pressed, sending it to the bottom position.
PressOut
Unpress the button, sending it to the top position.