MouseButton2Click (Event)

MouseButton2Click ( int x, int y )
Description Fired when the mouse has right clicked the GUI object.
Member of: GuiButton


Example
gui.MouseButton2Click:connect(function()
  print("Button2 clicked.")
end)