DLabel:DoClick
Example
Creates a label in the center of the screen, that prints I was clicked!
to the console and disappears when clicked.
Output: I was clicked!
When the label is clicked.
Called when the label is left clicked (on key release) by the player.
This will be called after DLabel:OnDepressed and DLabel:OnReleased.
This can be overridden; by default, it calls DLabel:Toggle.
See also DLabel:DoRightClick, DLabel:DoMiddleClick and DLabel:DoDoubleClick.
Creates a label in the center of the screen, that prints I was clicked!
to the console and disappears when clicked.
When the label is clicked.