Enum EnumMouseButton
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
A list of mouse buttons.
public enum EnumMouseButton
- Extension Methods
Fields
Button4 = 3
Button5 = 4
Button6 = 5
Button7 = 6
Button8 = 7
Left = 0
Middle = 1
None = 255
Right = 2
Wheel = 13
Used to signal to event handlers, but not actually a button: activated when the wheel is scrolled.