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