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