DLabel:OnDepressed
Example
Changes the text of the label when the hook is called.
Called when the player presses the label with any mouse button.
This works as an alternative to PANEL:OnMousePressed as that hook is used heavily by DLabel and overriding it will break functionality.
See also DLabel:DoClick, DLabel:DoMiddleClick, DLabel:DoRightClick, DLabel:OnReleased and DLabel:DoDoubleClick.
Changes the text of the label when the hook is called.