MouseCode
From GMod Wiki
This is a list of the mouse code definitions that are used in the event hooks Gamemode.GUIMouseDoublePressed, Gamemode.GUIMousePressed and Gamemode.GUIMouseReleased.
Identifier | Value |
MOUSE_LEFT | 107 |
MOUSE_RIGHT | 108 |
MOUSE_MIDDLE | 109 |
MOUSE_4 | 110 |
MOUSE_5 | 111 |