MouseButton2Down (Event)
From Legacy Roblox Wiki
Jump to navigationJump to search
MouseButton2Down ( int x, int y ) | |
Description | Fired when the mouse is in the right mouse down state on the GUI object. |
---|---|
Member of: | GuiButton |
Example
gui.MouseButton2Down:connect(function() print("Button2 down.") end)