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